Fix post-merge
This commit is contained in:
parent
b6f7236601
commit
256c9ce014
2 changed files with 2 additions and 1 deletions
|
@ -127,7 +127,7 @@ sal_Bool WriterFilter::filter( const uno::Sequence< beans::PropertyValue >& aDes
|
|||
|
||||
pDocument->resolve(*pStream);
|
||||
writerfilter::ooxml::OOXMLStream::Pointer_t pVBAProjectStream(writerfilter::ooxml::OOXMLDocumentFactory::createStream( pDocStream, writerfilter::ooxml::OOXMLStream::VBAPROJECT ));
|
||||
oox::StorageRef xVbaPrjStrg( new ::oox::ole::OleStorage( uno::Reference< lang::XMultiServiceFactory >( m_xContext->getServiceManager(), uno::UNO_QUERY_THROW ), pVBAProjectStream->getDocumentStream(), false ) );
|
||||
oox::StorageRef xVbaPrjStrg( new ::oox::ole::OleStorage( m_xContext, pVBAProjectStream->getDocumentStream(), false ) );
|
||||
if( xVbaPrjStrg.get() && xVbaPrjStrg->isStorage() )
|
||||
{
|
||||
::oox::ole::VbaProject aVbaProject( m_xContext, xModel, rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "Writer" ) ) );
|
||||
|
|
|
@ -47,6 +47,7 @@ enum ResourceType_t {
|
|||
RT_NoResource,
|
||||
RT_Table,
|
||||
RT_Stream,
|
||||
RT_StreamProperties,
|
||||
RT_List,
|
||||
RT_Integer,
|
||||
RT_Properties,
|
||||
|
|
Loading…
Reference in a new issue