summaryrefslogtreecommitdiff
path: root/oox/source/helper
diff options
context:
space:
mode:
authorVladimir Glazunov <vg@openoffice.org>2011-02-01 11:38:09 +0100
committerVladimir Glazunov <vg@openoffice.org>2011-02-01 11:38:09 +0100
commit1f85e508ed7e94a20d9867ecc3e10d94fdd17826 (patch)
treeb4e594fc4f2030280a978da1f135ac7dae291f82 /oox/source/helper
parent55c782cfec3b6fb9358a3021d935eb3eb2667f8a (diff)
parent1f09c7b756e504e3cb65b785d432af1ed214426d (diff)
CWS-TOOLING: integrate CWS writerfilter09
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 8145e7c4e5ce..fecad5ab40e7 100644
--- a/oox/source/helper/zipstorage.cxx
+++ b/oox/source/helper/zipstorage.cxx
@@ -69,8 +69,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& )
{