summaryrefslogtreecommitdiff
path: root/unoxml/source/events/eventdispatcher.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'unoxml/source/events/eventdispatcher.hxx')
-rw-r--r--unoxml/source/events/eventdispatcher.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/unoxml/source/events/eventdispatcher.hxx b/unoxml/source/events/eventdispatcher.hxx
index b5541bf0f8c9..7ec3c28e5b81 100644
--- a/unoxml/source/events/eventdispatcher.hxx
+++ b/unoxml/source/events/eventdispatcher.hxx
@@ -59,13 +59,13 @@ public:
xmlNodePtr pNode,
const OUString& aType,
const Reference<com::sun::star::xml::dom::events::XEventListener>& aListener,
- sal_Bool bCapture);
+ bool bCapture);
void removeListener(
xmlNodePtr pNode,
const OUString& aType,
const Reference<com::sun::star::xml::dom::events::XEventListener>& aListener,
- sal_Bool bCapture);
+ bool bCapture);
static void callListeners(
TypeListenerMap const& rTMap,