Merged xlsx-shared-xlsx-export-set-xml-2007-flavour.diff from ooo-build
This commit is contained in:
parent
342d0afb1e
commit
d7699181e7
1 changed files with 1 additions and 0 deletions
|
@ -1095,6 +1095,7 @@ bool XclExpXmlStream::exportDocument() throw()
|
|||
SotStorageRef rStorage = dynamic_cast <SotStorage*>( Reference<XStorage>( pShell->GetStorage() ).get() );
|
||||
|
||||
XclExpRootData aData( EXC_BIFF8, *pShell->GetMedium (), rStorage, *pDoc, RTL_TEXTENCODING_DONTKNOW );
|
||||
aData.meOutput = EXC_OUTPUT_XML_2007;
|
||||
XclExpRoot aRoot( aData );
|
||||
|
||||
mpRoot = &aRoot;
|
||||
|
|
Loading…
Reference in a new issue