summaryrefslogtreecommitdiff
path: root/sd/source/filter/xml/sdxmlwrp.cxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2016-04-20 17:19:18 +0200
committerStephan Bergmann <sbergman@redhat.com>2016-04-20 17:25:49 +0200
commit0003e99b393e817ff3cd753f3798012d0ab2f8fb (patch)
tree956ca991509534d7ece7b987c089c6dc1ccad55b /sd/source/filter/xml/sdxmlwrp.cxx
parent4b9573ba669173d0d0d7653c9bcef276ec151cec (diff)
loplugin:salbool: Automatic rewrite of sal_False/True
Change-Id: Iae2e695c26e19275ea02bc6737c311d31a45e1d7
Diffstat (limited to 'sd/source/filter/xml/sdxmlwrp.cxx')
-rw-r--r--sd/source/filter/xml/sdxmlwrp.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/filter/xml/sdxmlwrp.cxx b/sd/source/filter/xml/sdxmlwrp.cxx
index c49b96c60736..7483757f8130 100644
--- a/sd/source/filter/xml/sdxmlwrp.cxx
+++ b/sd/source/filter/xml/sdxmlwrp.cxx
@@ -608,7 +608,7 @@ bool SdXMLFilter::Import( ErrCode& nError )
}
if (SDXMLMODE_Organizer == meFilterMode)
- xInfoSet->setPropertyValue("OrganizerMode", uno::makeAny(sal_True));
+ xInfoSet->setPropertyValue("OrganizerMode", uno::makeAny(true));
if( 0 == nRet )
{