[Libreoffice-commits] .: sc/source

Noel Power noelp at kemper.freedesktop.org
Tue Jul 3 07:34:11 PDT 2012


 sc/source/filter/oox/workbookhelper.cxx |    2 --
 1 file changed, 2 deletions(-)

New commits:
commit 1466a8c264d22855238961fa1cb0556dcf1af2ae
Author: Noel Power <noel.power at novell.com>
Date:   Fri Jun 29 17:34:18 2012 +0100

    remove a forgotten about (harmless) hack for the formulabuffer change
    
    Change-Id: If106b1d322eda141836f69e0daa3cda70395c1e2

diff --git a/sc/source/filter/oox/workbookhelper.cxx b/sc/source/filter/oox/workbookhelper.cxx
index e8df821..db6342d 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)


More information about the Libreoffice-commits mailing list