diff options
Diffstat (limited to 'extensions/source/propctrlr/eventhandler.hxx')
-rw-r--r-- | extensions/source/propctrlr/eventhandler.hxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/extensions/source/propctrlr/eventhandler.hxx b/extensions/source/propctrlr/eventhandler.hxx index 320875a418fb..1447276a3b62 100644 --- a/extensions/source/propctrlr/eventhandler.hxx +++ b/extensions/source/propctrlr/eventhandler.hxx @@ -28,6 +28,7 @@ #include <com/sun/star/frame/XFrame.hpp> #include <com/sun/star/uno/XComponentContext.hpp> #include <cppuhelper/compbase.hxx> +#include <unotools/resmgr.hxx> #include <unordered_map> @@ -58,7 +59,7 @@ namespace pcr const char* _pListenerNamespaceAscii, const char* _pListenerClassAsciiName, const char* _pListenerMethodAsciiName, - const char* pDisplayNameResId, + TranslateId pDisplayNameResId, const OString& _sHelpId, const OString& _sUniqueBrowseId ); }; |