summaryrefslogtreecommitdiff
path: root/sw/source/uibase/inc/optcomp.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/uibase/inc/optcomp.hxx')
-rw-r--r--sw/source/uibase/inc/optcomp.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/uibase/inc/optcomp.hxx b/sw/source/uibase/inc/optcomp.hxx
index 27119d3caad7..370abbd660ec 100644
--- a/sw/source/uibase/inc/optcomp.hxx
+++ b/sw/source/uibase/inc/optcomp.hxx
@@ -50,8 +50,8 @@ private:
sal_uLong m_nSavedOptions;
// handler
- DECL_LINK_TYPED(SelectHdl, ListBox&, void);
- DECL_LINK_TYPED(UseAsDefaultHdl, Button*, void);
+ DECL_LINK(SelectHdl, ListBox&, void);
+ DECL_LINK(UseAsDefaultHdl, Button*, void);
// private methods
void InitControls( const SfxItemSet& rSet );