summaryrefslogtreecommitdiff
path: root/framework/source/inc/dispatch/windowcommanddispatch.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'framework/source/inc/dispatch/windowcommanddispatch.hxx')
-rw-r--r--framework/source/inc/dispatch/windowcommanddispatch.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/framework/source/inc/dispatch/windowcommanddispatch.hxx b/framework/source/inc/dispatch/windowcommanddispatch.hxx
index 95c239d69374..f3f63928f208 100644
--- a/framework/source/inc/dispatch/windowcommanddispatch.hxx
+++ b/framework/source/inc/dispatch/windowcommanddispatch.hxx
@@ -31,6 +31,7 @@
namespace com { namespace sun { namespace star { namespace uno {
class XComponentContext;
} } } }
+class VclWindowEvent;
namespace framework{
@@ -101,7 +102,7 @@ class WindowCommandDispatch
/** @short callback from VCL to notify new commands
*/
- DECL_LINK( impl_notifyCommand, void* );
+ DECL_LINK_TYPED( impl_notifyCommand, VclWindowEvent&, void );
/** @short dispatch right command URLs into our frame context.