summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2017-07-20 12:29:04 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-07-20 15:09:55 +0200
commit4f75a9310156de50e0c9ffd8d5bed9ee34651e50 (patch)
tree5d65cd3798fb6b70ed13a7a8ab44ac20d184e682 /include
parent85f08e3e34bea01456eaf8989ac4f77d3900d5c5 (diff)
loplugin:unusedfields in tools
Change-Id: I4e26c4750f6ff6c246a25507cfed1a0b4e3c6b81 Reviewed-on: https://gerrit.libreoffice.org/40225 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include')
-rw-r--r--include/tools/multisel.hxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/tools/multisel.hxx b/include/tools/multisel.hxx
index 4671cfd9d2f0..17c95a93421f 100644
--- a/include/tools/multisel.hxx
+++ b/include/tools/multisel.hxx
@@ -40,7 +40,6 @@ private:
sal_uIntPtr nSelCount; // number of selected indexes
bool bInverseCur;// inverse cursor
bool bCurValid; // are nCurIndex and nCurSubSel valid
- bool bSelectNew; // auto-select newly inserted indexes
TOOLS_DLLPRIVATE void ImplClear();
TOOLS_DLLPRIVATE size_t ImplFindSubSelection( long nIndex ) const;