summaryrefslogtreecommitdiff
path: root/sw/source/uibase/inc/wrap.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/uibase/inc/wrap.hxx')
-rw-r--r--sw/source/uibase/inc/wrap.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/uibase/inc/wrap.hxx b/sw/source/uibase/inc/wrap.hxx
index 6ea3e192e6f3..6588bd359953 100644
--- a/sw/source/uibase/inc/wrap.hxx
+++ b/sw/source/uibase/inc/wrap.hxx
@@ -79,8 +79,8 @@ class SwWrapTabPage: public SfxTabPage
virtual DeactivateRC DeactivatePage(SfxItemSet *pSet) override;
DECL_LINK(RangeModifyHdl, weld::MetricSpinButton&, void);
- DECL_LINK(WrapTypeHdl, weld::ToggleButton&, void);
- DECL_LINK(ContourHdl, weld::ToggleButton&, void);
+ DECL_LINK(WrapTypeHdl, weld::Toggleable&, void);
+ DECL_LINK(ContourHdl, weld::Toggleable&, void);
static const sal_uInt16 m_aWrapPageRg[];