diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-06-20 15:59:42 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-06-21 12:16:17 +0200 |
commit | 9e61a951374a3f7705de67295e406e929c603a42 (patch) | |
tree | 1e7166ddbc847e796c41fb0c0527c5d74084a6b7 /svtools/source/inc | |
parent | 95c348afa8f4f17c058c449ded75025175af0e4a (diff) |
loplugin:unusedfields in svtools
Change-Id: Ic8f67d40825d9843fd57535bd61bef51b470a8be
Reviewed-on: https://gerrit.libreoffice.org/39016
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'svtools/source/inc')
-rw-r--r-- | svtools/source/inc/svimpbox.hxx | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/svtools/source/inc/svimpbox.hxx b/svtools/source/inc/svimpbox.hxx index 929e714ed7a9..9b2fc7f51c99 100644 --- a/svtools/source/inc/svimpbox.hxx +++ b/svtools/source/inc/svimpbox.hxx @@ -44,12 +44,10 @@ namespace comphelper class ImpLBSelEng : public FunctionSet { SvImpLBox* pImp; - SelectionEngine* pSelEng; VclPtr<SvTreeListBox> pView; public: - ImpLBSelEng( SvImpLBox* pImp, SelectionEngine* pSelEng, - SvTreeListBox* pView ); + ImpLBSelEng( SvImpLBox* pImp, SvTreeListBox* pView ); virtual ~ImpLBSelEng() override; void BeginDrag() override; void CreateAnchor() override; @@ -126,11 +124,10 @@ private: Idle aAsyncBeginDragIdle; Point aAsyncBeginDragPos; - long nYoffsNodeBmp; long nNodeBmpWidth; long nMostRight; short nHorSBarHeight, nVerSBarWidth; - sal_uInt16 nCurTabPos; + sal_uInt16 nCurTabPos; bool bUpdateMode : 1; bool bAsyncBeginDrag : 1; |