diff options
author | Noel Power <noel.power@suse.com> | 2012-08-24 09:49:02 +0100 |
---|---|---|
committer | Noel Power <noel.power@suse.com> | 2012-08-24 09:51:45 +0100 |
commit | 629cd5e1fcdf780cedf7fd88ed7d02492be31411 (patch) | |
tree | 7fdc2871498463663fc28cdb92c3e95c646a0a99 /sc | |
parent | e1db0bd299f3b9a3ed6785a3f434b010a1174feb (diff) |
fix for fdo#49255
Change-Id: I5af8bc0b511bdf838343d7b71f310df8d8dd8473
Diffstat (limited to 'sc')
-rw-r--r-- | sc/source/filter/xml/xmlimprt.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sc/source/filter/xml/xmlimprt.cxx b/sc/source/filter/xml/xmlimprt.cxx index 90e68acb8504..495e7d7350aa 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 |