writerfilter08: temporal fix: DOCX document not recognized

This commit is contained in:
Henning Brinkmann 2010-06-02 17:03:29 +02:00
parent 311ba68505
commit 8b8f0fdcd9

View file

@ -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& )
{