Spreadsheet: Removed 'using namespace App'; preparation for moving Expression

classes to App.
This commit is contained in:
Eivind Kvedalen
2015-08-29 18:06:12 +02:00
committed by wmayer
parent 98700edbca
commit 61cbad8a12
19 changed files with 289 additions and 195 deletions

View File

@@ -29,7 +29,7 @@
#endif
#include "SheetModel.h"
#include <Mod/Spreadsheet/App/Expression.h>
#include <Mod/Spreadsheet/App/SpreadsheetExpression.h>
#include <Mod/Spreadsheet/App/Utils.h>
#include "../App/Sheet.h"
#include <Gui/Command.h>