summaryrefslogtreecommitdiff
path: root/svtools
diff options
context:
space:
mode:
Diffstat (limited to 'svtools')
-rw-r--r--svtools/source/brwbox/ebbcontrols.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svtools/source/brwbox/ebbcontrols.cxx b/svtools/source/brwbox/ebbcontrols.cxx
index ef783529e6a5..5af701fba0fb 100644
--- a/svtools/source/brwbox/ebbcontrols.cxx
+++ b/svtools/source/brwbox/ebbcontrols.cxx
@@ -234,7 +234,7 @@ namespace svt
IMPL_LINK_NOARG(CheckBoxControl, OnToggle, weld::ToggleButton&, void)
{
m_aModeState.ButtonToggled(*m_xBox);
- m_aClickLink.Call(*m_xBox);
+ m_aToggleLink.Call(*m_xBox);
CallModifyHdls();
}