[Libreoffice-commits] .: sc/source

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Fri Aug 24 01:54:56 PDT 2012


 sc/source/filter/xml/xmlimprt.cxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 629cd5e1fcdf780cedf7fd88ed7d02492be31411
Author: Noel Power <noel.power at suse.com>
Date:   Fri Aug 24 09:49:02 2012 +0100

    fix for fdo#49255
    
    Change-Id: I5af8bc0b511bdf838343d7b71f310df8d8dd8473

diff --git a/sc/source/filter/xml/xmlimprt.cxx b/sc/source/filter/xml/xmlimprt.cxx
index 90e68ac..495e7d7 100644
--- a/sc/source/filter/xml/xmlimprt.cxx
+++ b/sc/source/filter/xml/xmlimprt.cxx
@@ -3117,6 +3117,7 @@ throw( ::com::sun::star::xml::sax::SAXException, ::com::sun::star::uno::RuntimeE
 
     if(pDoc && bSelfImportingXMLSet)
         ScModelObj::getImplementation(GetModel())->AfterXMLLoading(true);
+    pDoc->EnableAdjustHeight( true );
 }
 
 // XEventListener


More information about the Libreoffice-commits mailing list