Spreadsheet: Removed own expression parser and instead use the one in App.

This commit is contained in:
Eivind Kvedalen
2016-03-17 00:32:00 +01:00
committed by wmayer
parent c506881614
commit a21571a652
33 changed files with 121 additions and 3666 deletions

View File

@@ -29,13 +29,14 @@
#include <Gui/Command.h>
#include <boost/bind.hpp>
#include "../App/Utils.h"
#include "../App/Range.h"
#include <App/Range.h>
#include "SheetTableView.h"
#include "LineEdit.h"
#include "PropertiesDialog.h"
using namespace SpreadsheetGui;
using namespace Spreadsheet;
using namespace App;
void SheetViewHeader::mouseReleaseEvent(QMouseEvent *event)
{
@@ -236,7 +237,7 @@ SheetTableView::~SheetTableView()
}
void SheetTableView::updateCellSpan(Spreadsheet::CellAddress address)
void SheetTableView::updateCellSpan(CellAddress address)
{
int rows, cols;