diff options
Diffstat (limited to 'include/sfx2/mnuitem.hxx')
-rw-r--r-- | include/sfx2/mnuitem.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sfx2/mnuitem.hxx b/include/sfx2/mnuitem.hxx index 98f0cc1a95d3..0d40854922a5 100644 --- a/include/sfx2/mnuitem.hxx +++ b/include/sfx2/mnuitem.hxx @@ -127,7 +127,7 @@ class SfxAppMenuControl_Impl : public SfxMenuControl bool m_bShowMenuImages; protected: - DECL_LINK( Activate, Menu * ); // Needed to support high contrast images + DECL_LINK_TYPED( Activate, Menu *, bool ); // Needed to support high contrast images public: SfxAppMenuControl_Impl( sal_uInt16 nPos, Menu& rMenu, SfxBindings& rBindings ); |