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

@@ -37,10 +37,11 @@
#include <QToolBar>
#include "qtcolorpicker.h"
#include "Mod/Spreadsheet/App/Sheet.h"
#include "Mod/Spreadsheet/App/Range.h"
#include <App/Range.h>
#include "Mod/Spreadsheet/Gui/SpreadsheetView.h"
using namespace Base;
using namespace App;
using namespace SpreadsheetGui;
using namespace Spreadsheet;