Spreadsheet: Removed own expression parser and instead use the one in App.
This commit is contained in:
@@ -28,6 +28,7 @@
|
||||
#include "PropertyColumnWidths.h"
|
||||
#include <Base/Writer.h>
|
||||
#include <Base/Reader.h>
|
||||
#include <App/Range.h>
|
||||
#include "Utils.h"
|
||||
#include <PropertyColumnWidthsPy.h>
|
||||
|
||||
@@ -132,7 +133,7 @@ void PropertyColumnWidths::Restore(Base::XMLReader &reader)
|
||||
|
||||
try {
|
||||
if (name && width) {
|
||||
int col = decodeColumn(name);
|
||||
int col = App::decodeColumn(name);
|
||||
int colWidth = atoi(width);
|
||||
|
||||
setValue(col, colWidth);
|
||||
|
||||
Reference in New Issue
Block a user