summaryrefslogtreecommitdiff
path: root/sw/source/uibase/sidebar/PageFooterPanel.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/uibase/sidebar/PageFooterPanel.hxx')
-rw-r--r--sw/source/uibase/sidebar/PageFooterPanel.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sw/source/uibase/sidebar/PageFooterPanel.hxx b/sw/source/uibase/sidebar/PageFooterPanel.hxx
index c1357ad0942b..8845b5add9e3 100644
--- a/sw/source/uibase/sidebar/PageFooterPanel.hxx
+++ b/sw/source/uibase/sidebar/PageFooterPanel.hxx
@@ -98,10 +98,10 @@ private:
::std::unique_ptr<SvxLongULSpaceItem> mpFooterSpacingItem;
::std::unique_ptr<SfxInt16Item> mpFooterLayoutItem;
- DECL_LINK_TYPED( FooterToggleHdl, Button*, void );
- DECL_LINK_TYPED( FooterLRMarginHdl, ListBox&, void);
- DECL_LINK_TYPED( FooterSpacingHdl, ListBox&, void);
- DECL_LINK_TYPED( FooterLayoutHdl, ListBox&, void);
+ DECL_LINK( FooterToggleHdl, Button*, void );
+ DECL_LINK( FooterLRMarginHdl, ListBox&, void);
+ DECL_LINK( FooterSpacingHdl, ListBox&, void);
+ DECL_LINK( FooterLayoutHdl, ListBox&, void);
};
} } //end of namespace sw::sidebar