summaryrefslogtreecommitdiff
path: root/include/svtools
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2018-06-11 11:23:05 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2018-06-11 21:31:48 +0200
commita75cc6348ce578f619c7429f5157fae53eb08e01 (patch)
treef848102cf718a36e40833d07762f1af53d8399ab /include/svtools
parent7e1503b4231ef8084478b72b0992c98198ec8070 (diff)
loplugin:unusedfields
Change-Id: I42a55562747e6097c1193e285da67235f5364bea Reviewed-on: https://gerrit.libreoffice.org/55610 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/svtools')
-rw-r--r--include/svtools/valueset.hxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/svtools/valueset.hxx b/include/svtools/valueset.hxx
index bbf6648dfae1..de06b3702da6 100644
--- a/include/svtools/valueset.hxx
+++ b/include/svtools/valueset.hxx
@@ -426,7 +426,6 @@ private:
long mnUserItemWidth;
long mnUserItemHeight;
sal_uInt16 mnSelItemId;
- sal_uInt16 mnHighItemId;
sal_uInt16 mnCols;
sal_uInt16 mnCurCol;
sal_uInt16 mnUserCols;
@@ -439,7 +438,6 @@ private:
WinBits mnStyle;
Link<SvtValueSet*,void> maDoubleClickHdl;
Link<SvtValueSet*,void> maSelectHdl;
- Link<SvtValueSet*,void> maHighlightHdl;
bool mbFormat : 1;
bool mbNoSelection : 1;