summaryrefslogtreecommitdiff
path: root/svtools/source/brwbox/ebbcontrols.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svtools/source/brwbox/ebbcontrols.cxx')
-rw-r--r--svtools/source/brwbox/ebbcontrols.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/svtools/source/brwbox/ebbcontrols.cxx b/svtools/source/brwbox/ebbcontrols.cxx
index 5af701fba0fb..3b1819e94923 100644
--- a/svtools/source/brwbox/ebbcontrols.cxx
+++ b/svtools/source/brwbox/ebbcontrols.cxx
@@ -231,7 +231,7 @@ namespace svt
OnToggle(*m_xBox);
}
- IMPL_LINK_NOARG(CheckBoxControl, OnToggle, weld::ToggleButton&, void)
+ IMPL_LINK_NOARG(CheckBoxControl, OnToggle, weld::Toggleable&, void)
{
m_aModeState.ButtonToggled(*m_xBox);
m_aToggleLink.Call(*m_xBox);
@@ -501,7 +501,7 @@ namespace svt
}
}
- IMPL_LINK(DateControl, ToggleHdl, weld::ToggleButton&, rButton, void)
+ IMPL_LINK(DateControl, ToggleHdl, weld::Toggleable&, rButton, void)
{
if (rButton.get_active())
m_xCalendar->set_date(static_cast<weld::DateFormatter&>(get_formatter()).GetDate());