summaryrefslogtreecommitdiff
path: root/comphelper/source/eventattachermgr
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2016-04-20 17:15:31 +0200
committerStephan Bergmann <sbergman@redhat.com>2016-04-20 17:25:37 +0200
commitf555ab4e96a3d796c67cbec1c948cb920ebb3750 (patch)
treecfdec7da980d5537d5e41e5b23c5497836430e23 /comphelper/source/eventattachermgr
parent08bb436ff9661fb4c2df156ee4c8b4be80b9369c (diff)
loplugin:salbool: Automatic rewrite of sal_False/True
Change-Id: Idb7e5ff0c73bbc2c462b92cd96444eb5d2d4194b
Diffstat (limited to 'comphelper/source/eventattachermgr')
-rw-r--r--comphelper/source/eventattachermgr/eventattachermgr.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/comphelper/source/eventattachermgr/eventattachermgr.cxx b/comphelper/source/eventattachermgr/eventattachermgr.cxx
index e4ff4a9ac80c..70fbe1c756b6 100644
--- a/comphelper/source/eventattachermgr/eventattachermgr.cxx
+++ b/comphelper/source/eventattachermgr/eventattachermgr.cxx
@@ -210,7 +210,7 @@ void AttacherAllListener_Impl::convertToEventReturn( Any & rRet, const Type & rR
break;
case TypeClass_BOOLEAN:
- rRet <<= sal_True;
+ rRet <<= true;
break;
case TypeClass_STRING: