summaryrefslogtreecommitdiff
path: root/sw/source/uibase/inc/pgfnote.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/uibase/inc/pgfnote.hxx')
-rw-r--r--sw/source/uibase/inc/pgfnote.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/uibase/inc/pgfnote.hxx b/sw/source/uibase/inc/pgfnote.hxx
index 223fe3851f7a..dfc2227327d7 100644
--- a/sw/source/uibase/inc/pgfnote.hxx
+++ b/sw/source/uibase/inc/pgfnote.hxx
@@ -57,8 +57,8 @@ private:
VclPtr<MetricField> m_pLineLengthEdit;
VclPtr<MetricField> m_pLineDistEdit;
- DECL_LINK(HeightPage, void *);
- DECL_LINK(HeightMetric, void *);
+ DECL_LINK_TYPED(HeightPage, Button*, void);
+ DECL_LINK_TYPED(HeightMetric, Button*, void);
DECL_LINK(HeightModify, void *);
DECL_LINK( LineWidthChanged_Impl, void * );
DECL_LINK( LineColorSelected_Impl, void * );