summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2020-06-24 17:48:47 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2020-06-25 08:27:53 +0200
commita83043d2c8f3ece0af32b964161191c377a3904f (patch)
tree3bbe10f04e1a0cc63478d9ab87531ddac293a5db /include
parent760980b0b510acac555f0c252fbaa10a4751bded (diff)
loplugin:unusedfields
Change-Id: I7d8cd41c6b4b97a6d33764a8580f08413e584a69 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/97046 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include')
-rw-r--r--include/vcl/toolkit/lstbox.hxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/vcl/toolkit/lstbox.hxx b/include/vcl/toolkit/lstbox.hxx
index a9f636f6000a..7ae5c9931189 100644
--- a/include/vcl/toolkit/lstbox.hxx
+++ b/include/vcl/toolkit/lstbox.hxx
@@ -88,7 +88,6 @@ private:
VclPtr<ImplWin> mpImplWin;
VclPtr<ImplBtn> mpBtn;
sal_uInt16 mnDDHeight;
- sal_Int32 mnSaveValue;
sal_Int32 m_nMaxWidthChars;
Link<ListBox&,void> maSelectHdl;
sal_uInt16 mnLineCount;