summaryrefslogtreecommitdiff
path: root/vcl/source/control
diff options
context:
space:
mode:
authorMichael Weghorn <m.weghorn@posteo.de>2024-07-01 13:30:15 +0200
committerMichael Weghorn <m.weghorn@posteo.de>2024-07-02 10:00:30 +0200
commit9fb6ebd42bc5e2c416ffbc222261cc781c9cc3bc (patch)
tree1d516f7ebbbaa27d05482074048e053cda4c64c0 /vcl/source/control
parent25d1c2f7f7451e6be1b172ae1f97f3c0ad052276 (diff)
tdf#161853 vcl: Drop unused SvxIconChoiceCtrlColumnInfo
Unused since: Change-Id: I113a00d41a40b10df9d4d6dbb71565d462d9f8ae Author: Michael Weghorn <m.weghorn@posteo.de> Date: Mon Jul 1 13:24:56 2024 +0200 tdf#161853 vcl: Drop unused SvxIconChoiceCtrl_Impl::GetColumn Change-Id: Ie32fcc443323bd2840aa14edefc533b743e1ed75 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/169825 Tested-by: Jenkins Reviewed-by: Michael Weghorn <m.weghorn@posteo.de>
Diffstat (limited to 'vcl/source/control')
-rw-r--r--vcl/source/control/ivctrl.cxx6
1 files changed, 0 insertions, 6 deletions
diff --git a/vcl/source/control/ivctrl.cxx b/vcl/source/control/ivctrl.cxx
index c17a0caf359d..c20ce459487a 100644
--- a/vcl/source/control/ivctrl.cxx
+++ b/vcl/source/control/ivctrl.cxx
@@ -73,12 +73,6 @@ OUString SvxIconChoiceCtrlEntry::GetDisplayText() const
return MnemonicGenerator::EraseAllMnemonicChars( aText );
}
-
-SvxIconChoiceCtrlColumnInfo::SvxIconChoiceCtrlColumnInfo( const SvxIconChoiceCtrlColumnInfo& rInfo )
-{
- nWidth = rInfo.nWidth;
-}
-
/*****************************************************************************
|
| class : SvtIconChoiceCtrl