From a75cc6348ce578f619c7429f5157fae53eb08e01 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Mon, 11 Jun 2018 11:23:05 +0200 Subject: loplugin:unusedfields Change-Id: I42a55562747e6097c1193e285da67235f5364bea Reviewed-on: https://gerrit.libreoffice.org/55610 Tested-by: Jenkins Reviewed-by: Noel Grandin --- include/svtools/valueset.hxx | 2 -- include/svx/svdmodel.hxx | 1 - 2 files changed, 3 deletions(-) (limited to 'include') 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 maDoubleClickHdl; Link maSelectHdl; - Link 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; -- cgit