summaryrefslogtreecommitdiff
path: root/sw/source/uibase/inc/column.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/uibase/inc/column.hxx')
-rw-r--r--sw/source/uibase/inc/column.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sw/source/uibase/inc/column.hxx b/sw/source/uibase/inc/column.hxx
index 3150b3fc8e74..18985b33ed1b 100644
--- a/sw/source/uibase/inc/column.hxx
+++ b/sw/source/uibase/inc/column.hxx
@@ -61,7 +61,7 @@ class SwColumnDlg : public SfxModalDialog
bool bFrameChanged : 1;
DECL_LINK(ObjectHdl, ListBox*);
- DECL_LINK(OkHdl, void *);
+ DECL_LINK_TYPED(OkHdl, Button*, void);
public:
SwColumnDlg(vcl::Window* pParent, SwWrtShell& rSh);
@@ -141,11 +141,11 @@ class SwColumnPage : public SfxTabPage
DECL_LINK( ColModify, NumericField * );
DECL_LINK( GapModify, MetricField * );
DECL_LINK( EdModify, MetricField * );
- DECL_LINK( AutoWidthHdl, CheckBox * );
+ DECL_LINK_TYPED( AutoWidthHdl, Button *, void );
DECL_LINK( SetDefaultsHdl, ValueSet * );
- DECL_LINK(Up, void *);
- DECL_LINK(Down, void *);
+ DECL_LINK_TYPED(Up, Button *, void);
+ DECL_LINK_TYPED(Down, Button *, void);
DECL_LINK( UpdateColMgr, void* );
void Timeout();