diff options
Diffstat (limited to 'unoxml/source/events/uievent.cxx')
-rw-r--r-- | unoxml/source/events/uievent.cxx | 2 |
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) |