summaryrefslogtreecommitdiff
path: root/sw/source/uibase/sidebar/PageFormatPanel.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/uibase/sidebar/PageFormatPanel.hxx')
-rw-r--r--sw/source/uibase/sidebar/PageFormatPanel.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/source/uibase/sidebar/PageFormatPanel.hxx b/sw/source/uibase/sidebar/PageFormatPanel.hxx
index 5fc5f2c9914c..ef9d1bcbafc9 100644
--- a/sw/source/uibase/sidebar/PageFormatPanel.hxx
+++ b/sw/source/uibase/sidebar/PageFormatPanel.hxx
@@ -108,9 +108,9 @@ private:
void UpdateMarginBox();
void ExecuteMarginLRChange( const long nPageLeftMargin, const long nPageRightMargin );
void ExecuteMarginULChange( const long nPageTopMargin, const long nPageBottomMargin);
- DECL_LINK_TYPED(PaperFormatModifyHdl, ListBox&, void);
- DECL_LINK_TYPED(PaperSizeModifyHdl, Edit&, void);
- DECL_LINK_TYPED(PaperModifyMarginHdl, ListBox&, void );
+ DECL_LINK(PaperFormatModifyHdl, ListBox&, void);
+ DECL_LINK(PaperSizeModifyHdl, Edit&, void);
+ DECL_LINK(PaperModifyMarginHdl, ListBox&, void );
};
} } //end of namespace sw::sidebar