summaryrefslogtreecommitdiffstats
path: root/extensions/source/propctrlr/eventhandler.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/source/propctrlr/eventhandler.hxx')
-rw-r--r--extensions/source/propctrlr/eventhandler.hxx9
1 files changed, 4 insertions, 5 deletions
diff --git a/extensions/source/propctrlr/eventhandler.hxx b/extensions/source/propctrlr/eventhandler.hxx
index 4506f1b066d8..4fa5c85d2ed5 100644
--- a/extensions/source/propctrlr/eventhandler.hxx
+++ b/extensions/source/propctrlr/eventhandler.hxx
@@ -56,12 +56,11 @@ namespace pcr
EventDescription(
EventId _nId,
- const char* _pListenerNamespaceAscii,
- const char* _pListenerClassAsciiName,
- const char* _pListenerMethodAsciiName,
+ std::u16string_view listenerClassName,
+ std::u16string_view listenerMethodName,
TranslateId pDisplayNameResId,
- const OUString& _sHelpId,
- const OString& _sUniqueBrowseId );
+ OUString _sHelpId,
+ OString _sUniqueBrowseId );
};
typedef std::unordered_map< OUString, EventDescription > EventMap;