summaryrefslogtreecommitdiff
path: root/unoxml/source/events/testlistener.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'unoxml/source/events/testlistener.cxx')
-rw-r--r--unoxml/source/events/testlistener.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/unoxml/source/events/testlistener.cxx b/unoxml/source/events/testlistener.cxx
index 775fab492310..1e65584ffae9 100644
--- a/unoxml/source/events/testlistener.cxx
+++ b/unoxml/source/events/testlistener.cxx
@@ -93,7 +93,7 @@ namespace DOM { namespace events
if (! (args[1] >>= aType))
throw IllegalArgumentException("Illegal argument 2", Reference< XInterface >(), 2);
- sal_Bool bCapture = sal_False;
+ bool bCapture = false;
if(! (args[2] >>= bCapture)) throw IllegalArgumentException(
"Illegal argument 3", Reference< XInterface >(), 3);