summaryrefslogtreecommitdiff
path: root/unoxml/source/events
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2016-04-20 17:21:02 +0200
committerStephan Bergmann <sbergman@redhat.com>2016-04-20 17:27:30 +0200
commitdf10d8ae13df3998ba50b815b9c40a996c40c872 (patch)
treef97c14bb3809037c99a7498ecee952121e1394ae /unoxml/source/events
parent4f8756f075e7777f4a681eb80dc002083129b5a5 (diff)
loplugin:salbool: Automatic rewrite of sal_False/True
Change-Id: I97ad48b13fc5c134fea5a2a85001bbfefe6793f5
Diffstat (limited to 'unoxml/source/events')
-rw-r--r--unoxml/source/events/uievent.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/unoxml/source/events/uievent.cxx b/unoxml/source/events/uievent.cxx
index bb7fc4557ed8..6d5177c2c948 100644
--- a/unoxml/source/events/uievent.cxx
+++ b/unoxml/source/events/uievent.cxx
@@ -87,7 +87,7 @@ namespace DOM { namespace events
sal_Bool SAL_CALL CUIEvent::getCancelable() throw (RuntimeException, std::exception)
{
// mutation events cannot be canceled
- return sal_False;
+ return false;
}
css::util::Time SAL_CALL CUIEvent::getTimeStamp() throw (RuntimeException, std::exception)