summaryrefslogtreecommitdiff
path: root/writerfilter/source/filter/WriterFilterDetection.cxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-01-28 19:59:09 +0100
committerStephan Bergmann <sbergman@redhat.com>2014-01-28 20:26:19 +0100
commit946f6132f9172fc7f79a1d99051011426767bf90 (patch)
treee6e36dae8b68a184974d673f43225e735a57a4ba /writerfilter/source/filter/WriterFilterDetection.cxx
parentaee7aa2b5c21984b47bf8d76bb5d3468fae93cd9 (diff)
bool improvements
Change-Id: If3d99591d9da95c5c64de416e4d2e72ec4295d69
Diffstat (limited to 'writerfilter/source/filter/WriterFilterDetection.cxx')
-rw-r--r--writerfilter/source/filter/WriterFilterDetection.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/writerfilter/source/filter/WriterFilterDetection.cxx b/writerfilter/source/filter/WriterFilterDetection.cxx
index 445bdeef03a6..63933822a772 100644
--- a/writerfilter/source/filter/WriterFilterDetection.cxx
+++ b/writerfilter/source/filter/WriterFilterDetection.cxx
@@ -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 );