diff options
Diffstat (limited to 'include/sfx2/mgetempl.hxx')
-rw-r--r-- | include/sfx2/mgetempl.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/sfx2/mgetempl.hxx b/include/sfx2/mgetempl.hxx index f8f4b5556be6..607833f66af8 100644 --- a/include/sfx2/mgetempl.hxx +++ b/include/sfx2/mgetempl.hxx @@ -72,9 +72,9 @@ friend class SfxStyleDialog; DECL_LINK( GetFocusHdl, Edit * ); DECL_LINK( LoseFocusHdl, Edit * ); DECL_LINK( EditStyleSelectHdl_Impl, void * ); - DECL_LINK( EditStyleHdl_Impl, void * ); + DECL_LINK_TYPED( EditStyleHdl_Impl, Button*, void ); DECL_LINK( EditLinkStyleSelectHdl_Impl, void * ); - DECL_LINK( EditLinkStyleHdl_Impl, void * ); + DECL_LINK_TYPED( EditLinkStyleHdl_Impl, Button*, void ); void UpdateName_Impl(ListBox *, const OUString &rNew); void SetDescriptionText_Impl(); |