summaryrefslogtreecommitdiff
path: root/vcl/source/control
diff options
context:
space:
mode:
authorMichael Weghorn <m.weghorn@posteo.de>2024-07-03 10:59:38 +0200
committerMichael Weghorn <m.weghorn@posteo.de>2024-07-04 06:32:58 +0200
commit93516e9181d321fe2579308d95de85cefe21a05d (patch)
treedf025cde30395cf59547dbdc1a0ec90338d33229 /vcl/source/control
parent5db79db0f0c7c432d933433192506d234f6cd26e (diff)
tdf#161853 SvxIconChoiceCtrlEntry: Drop means to manually set neighbours
This mechanism to manually sort the entries by setting a link/pointer to the neighbours isn't actually used, so drop the code to maintain a linked list. See Change-Id: I44eceb41866bb6d99ccea032f98637a42dabc9ee Author: Michael Weghorn <m.weghorn@posteo.de> Date: Wed Jul 3 10:44:46 2024 +0200 tdf#161853 Drop always null SvxIconChoiceCtrl_Impl::pHead Change-Id: Ib939145999725232d803103dc1fd0b49fa2d425a Reviewed-on: https://gerrit.libreoffice.org/c/core/+/169916 Reviewed-by: Michael Weghorn <m.weghorn@posteo.de> Tested-by: Jenkins
Diffstat (limited to 'vcl/source/control')
-rw-r--r--vcl/source/control/ivctrl.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/vcl/source/control/ivctrl.cxx b/vcl/source/control/ivctrl.cxx
index 765f1f0b2637..1cab3e097c77 100644
--- a/vcl/source/control/ivctrl.cxx
+++ b/vcl/source/control/ivctrl.cxx
@@ -59,8 +59,6 @@ SvxIconChoiceCtrlEntry::SvxIconChoiceCtrlEntry( OUString _aText,
: aImage(std::move(_aImage))
, aText(std::move(_aText))
, nPos(0)
- , pblink(nullptr)
- , pflink(nullptr)
, eTextMode(SvxIconChoiceCtrlTextMode::Short)
, nX(0)
, nY(0)