summaryrefslogtreecommitdiff
path: root/include
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
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')
-rw-r--r--include/svtools/valueset.hxx2
-rw-r--r--include/svx/svdmodel.hxx1
2 files changed, 0 insertions, 3 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;
diff --git a/include/svx/svdmodel.hxx b/include/svx/svdmodel.hxx
index c0907cb233c4..ccc1323abe56 100644
--- a/include/svx/svdmodel.hxx
+++ b/include/svx/svdmodel.hxx
@@ -184,7 +184,6 @@ protected:
sal_uInt16 nUndoLevel; // undo nesting
bool bMyPool:1; // to clean up pMyPool from 303a
bool mbUndoEnabled:1; // If false no undo is recorded or we are during the execution of an undo action
- bool bExtColorTable:1; // For no own ColorTable
bool mbChanged:1;
bool bPagNumsDirty:1;
bool bMPgNumsDirty:1;