summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorNoel Power <noel.power@novell.com>2012-06-29 17:34:18 +0100
committerNoel Power <noel.power@novell.com>2012-07-03 15:33:42 +0100
commit1466a8c264d22855238961fa1cb0556dcf1af2ae (patch)
tree4469c3bafcd54a6b2a4479715d356e477e91e40a /sc
parent3a60e6ddd9546db53796fa0a32801d9b6a16c293 (diff)
remove a forgotten about (harmless) hack for the formulabuffer change
Change-Id: If106b1d322eda141836f69e0daa3cda70395c1e2
Diffstat (limited to 'sc')
-rw-r--r--sc/source/filter/oox/workbookhelper.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/sc/source/filter/oox/workbookhelper.cxx b/sc/source/filter/oox/workbookhelper.cxx
index e8df821cae17..db6342dad315 100644
--- a/sc/source/filter/oox/workbookhelper.cxx
+++ b/sc/source/filter/oox/workbookhelper.cxx
@@ -591,8 +591,6 @@ void WorkbookGlobals::finalize()
// #i79826# enable updating automatic row height after loading the document
aPropSet.setProperty( PROP_IsAdjustHeightEnabled, true );
getFormulaBuffer().finalizeImport();
- // hack, setting it true the second time will delete the cache
- aPropSet.setProperty( PROP_IsAdjustHeightEnabled, true );
// #i76026# enable Undo after loading the document
aPropSet.setProperty( PROP_IsUndoEnabled, true );
// disable editing read-only documents (e.g. from read-only files)