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.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/unoxml/source/events/eventdispatcher.hxx b/unoxml/source/events/eventdispatcher.hxx
index b6259f481a20..b5541bf0f8c9 100644
--- a/unoxml/source/events/eventdispatcher.hxx
+++ b/unoxml/source/events/eventdispatcher.hxx
@@ -57,20 +57,20 @@ private:
public:
void addListener(
xmlNodePtr pNode,
- OUString aType,
+ const OUString& aType,
const Reference<com::sun::star::xml::dom::events::XEventListener>& aListener,
sal_Bool bCapture);
void removeListener(
xmlNodePtr pNode,
- OUString aType,
+ const OUString& aType,
const Reference<com::sun::star::xml::dom::events::XEventListener>& aListener,
sal_Bool bCapture);
static void callListeners(
TypeListenerMap const& rTMap,
xmlNodePtr const pNode,
- OUString aType,
+ const OUString& aType,
const Reference< XEvent >& xEvent);
bool dispatchEvent(