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

@@ -31,7 +31,6 @@
#include "Utils.h"
#include <PropertyRowHeightsPy.h>
using namespace App;
using namespace Spreadsheet;
const int PropertyRowHeights::defaultHeight = 20;
@@ -46,7 +45,7 @@ PropertyRowHeights::PropertyRowHeights(const PropertyRowHeights &other)
{
}
Property *PropertyRowHeights::Copy() const
App::Property *PropertyRowHeights::Copy() const
{
PropertyRowHeights * prop = new PropertyRowHeights(*this);