summaryrefslogtreecommitdiff
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.hxx11
1 files changed, 5 insertions, 6 deletions
diff --git a/extensions/source/propctrlr/eventhandler.hxx b/extensions/source/propctrlr/eventhandler.hxx
index 1447276a3b62..4fa5c85d2ed5 100644
--- a/extensions/source/propctrlr/eventhandler.hxx
+++ b/extensions/source/propctrlr/eventhandler.hxx
@@ -45,7 +45,7 @@ namespace pcr
OUString sDisplayName;
OUString sListenerClassName;
OUString sListenerMethodName;
- OString sHelpId;
+ OUString sHelpId;
OString sUniqueBrowseId;
EventId nId;
@@ -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 OString& _sHelpId,
- const OString& _sUniqueBrowseId );
+ OUString _sHelpId,
+ OString _sUniqueBrowseId );
};
typedef std::unordered_map< OUString, EventDescription > EventMap;