From 08bb436ff9661fb4c2df156ee4c8b4be80b9369c Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Wed, 20 Apr 2016 17:15:21 +0200 Subject: loplugin:salbool: Automatic rewrite of sal_False/True Change-Id: I1230a1785c61b8ef5dab97176e7c06600ac95a5b --- chart2/source/model/filter/XMLFilter.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'chart2/source/model/filter') 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) { -- cgit