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.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/extensions/source/propctrlr/eventhandler.hxx b/extensions/source/propctrlr/eventhandler.hxx
index 7c461c6e0bc4..059c68433435 100644
--- a/extensions/source/propctrlr/eventhandler.hxx
+++ b/extensions/source/propctrlr/eventhandler.hxx
@@ -56,9 +56,9 @@ namespace pcr
EventDescription(
EventId _nId,
- const sal_Char* _pListenerNamespaceAscii,
- const sal_Char* _pListenerClassAsciiName,
- const sal_Char* _pListenerMethodAsciiName,
+ const char* _pListenerNamespaceAscii,
+ const char* _pListenerClassAsciiName,
+ const char* _pListenerMethodAsciiName,
const char* pDisplayNameResId,
const OString& _sHelpId,
const OString& _sUniqueBrowseId );