summaryrefslogtreecommitdiff
path: root/chart2/source/model/filter
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2016-04-20 17:15:21 +0200
committerStephan Bergmann <sbergman@redhat.com>2016-04-20 17:25:36 +0200
commit08bb436ff9661fb4c2df156ee4c8b4be80b9369c (patch)
treed2ccc629bcb9ad0823b840b35c59d4240a565772 /chart2/source/model/filter
parenta30148d3fca38da4b97730eddb93af5e3a59f0dc (diff)
loplugin:salbool: Automatic rewrite of sal_False/True
Change-Id: I1230a1785c61b8ef5dab97176e7c06600ac95a5b
Diffstat (limited to 'chart2/source/model/filter')
-rw-r--r--chart2/source/model/filter/XMLFilter.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/chart2/source/model/filter/XMLFilter.cxx b/chart2/source/model/filter/XMLFilter.cxx
index db3a0d970b0c..8cac9e21c29d 100644
--- a/chart2/source/model/filter/XMLFilter.cxx
+++ b/chart2/source/model/filter/XMLFilter.cxx
@@ -710,8 +710,8 @@ sal_Int32 XMLFilter::impl_ExportStream(
if(xStreamProp.is()) try
{
xStreamProp->setPropertyValue( "MediaType", uno::makeAny( OUString("text/xml") ) );
- xStreamProp->setPropertyValue( "Compressed", uno::makeAny( sal_True ) );//@todo?
- xStreamProp->setPropertyValue( "UseCommonStoragePasswordEncryption", uno::makeAny( sal_True ) );
+ xStreamProp->setPropertyValue( "Compressed", uno::makeAny( true ) );//@todo?
+ xStreamProp->setPropertyValue( "UseCommonStoragePasswordEncryption", uno::makeAny( true ) );
}
catch (const uno::Exception& rEx)
{