summaryrefslogtreecommitdiff
path: root/include/svx/hdft.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svx/hdft.hxx')
-rw-r--r--include/svx/hdft.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/svx/hdft.hxx b/include/svx/hdft.hxx
index 78f3b9ef3e9c..7e0b45d31dac 100644
--- a/include/svx/hdft.hxx
+++ b/include/svx/hdft.hxx
@@ -94,11 +94,11 @@ protected:
bool mbEnableDrawingLayerFillStyles : 1;
void InitHandler();
- DECL_LINK( TurnOnHdl, CheckBox*);
+ DECL_LINK_TYPED( TurnOnHdl, Button*, void);
DECL_LINK(DistModify, void *);
DECL_LINK(HeightModify, void *);
DECL_LINK(BorderModify, void *);
- DECL_LINK(BackgroundHdl, void *);
+ DECL_LINK_TYPED(BackgroundHdl, Button*, void);
void UpdateExample();
DECL_LINK(RangeHdl, void *);