summaryrefslogtreecommitdiff
path: root/sc/source/ui
diff options
context:
space:
mode:
authorDaniel Bankston <daniel.e.bankston@gmail.com>2012-07-03 03:06:29 -0500
committerKohei Yoshida <kohei.yoshida@gmail.com>2012-07-11 20:37:39 -0400
commit1cdfb19c2202b56e4de6f10104bb4841372956cb (patch)
tree2b86b9aed5db7fa2a2219ea1d0c8c2bd76b37f0b /sc/source/ui
parentf069fca63ffe38f745a311e69e1b2b3131abeb95 (diff)
Use imported formula results if ODS doc was generated by LibreOffice
During ODS import, use imported formula results instead of recalculating if the document was generated by LibreOffice. Still need to implement recalculating special cases such as NOW(). Change-Id: Ia54690224dc0d8f74b93cafd8d01b072e85c7416
Diffstat (limited to 'sc/source/ui')
-rw-r--r--sc/source/ui/docshell/docsh.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/docshell/docsh.cxx b/sc/source/ui/docshell/docsh.cxx
index f0f7ff4a7d4c..528ad183aae4 100644
--- a/sc/source/ui/docshell/docsh.cxx
+++ b/sc/source/ui/docshell/docsh.cxx
@@ -424,7 +424,7 @@ sal_Bool ScDocShell::LoadXML( SfxMedium* pLoadMedium, const ::com::sun::star::un
aDocument.SetXMLFromWrapper( false );
AfterXMLLoading(bRet);
-
+ aDocument.SetImportingLiboGenDoc(false);
//! row heights...
return bRet;