summaryrefslogtreecommitdiff
path: root/writerfilter/source/filter/WriterFilterDetection.cxx
diff options
context:
space:
mode:
authorMikhail Voytenko <mav@openoffice.org>2011-01-14 14:20:50 +0100
committerMikhail Voytenko <mav@openoffice.org>2011-01-14 14:20:50 +0100
commit863ec4cca1583013a0e77304f70cdd650834606d (patch)
tree3c665e74ab245bde6672dfcbe4905462ddb7d80b /writerfilter/source/filter/WriterFilterDetection.cxx
parente8c2c1daae9008d383288f94600b1d34d2059fb1 (diff)
removetooltypes01: #i112600# remove tooltypes from writerfilter
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 a712cc14fffa..87da1861cbae 100644
--- a/writerfilter/source/filter/WriterFilterDetection.cxx
+++ b/writerfilter/source/filter/WriterFilterDetection.cxx
@@ -97,7 +97,7 @@ OUString WriterFilterDetection::detect( uno::Sequence< beans::PropertyValue >& r
if ( pStream && SotStorage::IsStorageFile(pStream) )
{
- SotStorageRef xStg = new SotStorage( pStream, FALSE );
+ SotStorageRef xStg = new SotStorage( pStream, sal_False );
bool bTable2 = xStg->IsContained( rtl::OUString::createFromAscii("1Table" ));
SotStorageStreamRef xRef =