writerfilter08: temporal fix: DOCX document not recognized
This commit is contained in:
parent
311ba68505
commit
8b8f0fdcd9
1 changed files with 3 additions and 1 deletions
|
@ -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& )
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue