summaryrefslogtreecommitdiff
path: root/oox/source/helper
diff options
context:
space:
mode:
authorHenning Brinkmann <hbrinkm@openoffice.org>2010-06-02 17:03:29 +0200
committerHenning Brinkmann <hbrinkm@openoffice.org>2010-06-02 17:03:29 +0200
commit8b8f0fdcd980e1f19274c38f42aef27c1c380d7d (patch)
treeb1c3b51ab194eebe3ef761d52e8205d81b86d9ca /oox/source/helper
parent311ba68505683ada2fc6a8936963972656005d1d (diff)
writerfilter08: temporal fix: DOCX document not recognized
Diffstat (limited to 'oox/source/helper')
-rw-r--r--oox/source/helper/zipstorage.cxx4
1 files changed, 3 insertions, 1 deletions
diff --git a/oox/source/helper/zipstorage.cxx b/oox/source/helper/zipstorage.cxx
index 384870430c39..d17259ef692a 100644
--- a/oox/source/helper/zipstorage.cxx
+++ b/oox/source/helper/zipstorage.cxx
@@ -73,8 +73,10 @@ ZipStorage::ZipStorage(
TODO: #i105410# switch to 'OFOPXMLFormat' and use its
implementation of relations handling. */
+
mxStorage = ::comphelper::OStorageHelper::GetStorageOfFormatFromInputStream(
- ZIP_STORAGE_FORMAT_STRING, rxInStream, rxFactory, sal_True );
+ ZIP_STORAGE_FORMAT_STRING, rxInStream, rxFactory,
+ sal_False /* DEV300_m80: Was sal_True, but DOCX and others did not load */ );
}
catch( Exception& )
{