summaryrefslogtreecommitdiffstats
path: root/sd/source/ui/tools/PropertySet.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/ui/tools/PropertySet.cxx
parentloplugin:salbool: Automatic rewrite of sal_False/True (diff)
downloadcore-0003e99b393e817ff3cd753f3798012d0ab2f8fb.tar.gz
core-0003e99b393e817ff3cd753f3798012d0ab2f8fb.zip
loplugin:salbool: Automatic rewrite of sal_False/True
Change-Id: Iae2e695c26e19275ea02bc6737c311d31a45e1d7
Diffstat (limited to 'sd/source/ui/tools/PropertySet.cxx')
-rw-r--r--sd/source/ui/tools/PropertySet.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/tools/PropertySet.cxx b/sd/source/ui/tools/PropertySet.cxx
index 4d1142abce6c..b386f53a5e56 100644
--- a/sd/source/ui/tools/PropertySet.cxx
+++ b/sd/source/ui/tools/PropertySet.cxx
@@ -66,7 +66,7 @@ void SAL_CALL PropertySet::setPropertyValue (
beans::PropertyChangeEvent aEvent(
static_cast<XWeak*>(this),
rsPropertyName,
- sal_False,
+ false,
-1,
aOldValue,
rsPropertyValue);