Kaydet (Commit) 946f6132 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

bool improvements

Change-Id: If3d99591d9da95c5c64de416e4d2e72ec4295d69
üst aee7aa2b
......@@ -82,7 +82,7 @@ OUString WriterFilterDetection::detect( uno::Sequence< beans::PropertyValue >& r
if ( pStream && SotStorage::IsStorageFile(pStream) )
{
SotStorageRef xStg = new SotStorage( pStream, sal_False );
SotStorageRef xStg = new SotStorage( pStream, false );
bool bTable2 = xStg->IsContained(OUString("1Table"));
SotStorageStreamRef xRef = xStg->OpenSotStream(OUString("WordDocument"), STREAM_STD_READ | STREAM_NOCREATE );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment