diff options
Diffstat (limited to 'svtools')
-rw-r--r-- | svtools/source/control/ctrlbox.cxx | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/svtools/source/control/ctrlbox.cxx b/svtools/source/control/ctrlbox.cxx index 61d1d9e729ac..397524b934da 100644 --- a/svtools/source/control/ctrlbox.cxx +++ b/svtools/source/control/ctrlbox.cxx @@ -1690,11 +1690,6 @@ Color SvtLineListBox::GetColorDist( sal_Int32 nPos ) return pData->GetColorDist( GetColor( ), rResult ); } -IMPL_LINK_NOARG(SvtLineListBox, StyleUpdated, weld::Widget&, void) -{ - UpdateEntries(); -} - IMPL_LINK_NOARG(SvtLineListBox, ValueSelectHdl, SvtValueSet*, void) { maSelectHdl.Call(*this); |