summaryrefslogtreecommitdiffstats
path: root/include/sfx2/mgetempl.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/sfx2/mgetempl.hxx')
-rw-r--r--include/sfx2/mgetempl.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/sfx2/mgetempl.hxx b/include/sfx2/mgetempl.hxx
index f719b721a95e..f8d353c8a85b 100644
--- a/include/sfx2/mgetempl.hxx
+++ b/include/sfx2/mgetempl.hxx
@@ -71,9 +71,9 @@ friend class SfxStyleDialog;
DECL_LINK_TYPED( GetFocusHdl, Control&, void );
DECL_LINK_TYPED( LoseFocusHdl, Control&, void );
- DECL_LINK( EditStyleSelectHdl_Impl, void * );
+ DECL_LINK_TYPED( EditStyleSelectHdl_Impl, ListBox&, void );
DECL_LINK_TYPED( EditStyleHdl_Impl, Button*, void );
- DECL_LINK( EditLinkStyleSelectHdl_Impl, void * );
+ DECL_LINK_TYPED( EditLinkStyleSelectHdl_Impl, ListBox&, void );
DECL_LINK_TYPED( EditLinkStyleHdl_Impl, Button*, void );
void UpdateName_Impl(ListBox *, const OUString &rNew);