summaryrefslogtreecommitdiff
path: root/vcl/inc/svimpbox.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2020-01-31 12:31:11 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2020-01-31 19:37:29 +0100
commitc599e23a92310916d4e7f09c5aaf354d63973d0b (patch)
treed1e584a33e47f3fbbfcbdfcd9c3b9a14f7fcadd2 /vcl/inc/svimpbox.hxx
parentc82efb610bf556ea12cbe4f94568ac619897799f (diff)
loplugin:singlevalfields
Change-Id: I77ccf3f36363e182a644b98cdf720f1381a5cceb Reviewed-on: https://gerrit.libreoffice.org/c/core/+/87766 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'vcl/inc/svimpbox.hxx')
-rw-r--r--vcl/inc/svimpbox.hxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/vcl/inc/svimpbox.hxx b/vcl/inc/svimpbox.hxx
index 856f0ea74ae8..9f3f12505899 100644
--- a/vcl/inc/svimpbox.hxx
+++ b/vcl/inc/svimpbox.hxx
@@ -131,7 +131,6 @@ private:
long m_nNodeBmpWidth;
long m_nMostRight;
short m_nHorSBarHeight, m_nVerSBarWidth;
- sal_uInt16 m_nCurTabPos;
bool m_bUpdateMode : 1;
bool m_bAsyncBeginDrag : 1;
@@ -331,8 +330,6 @@ public:
void ShowFocusRect( const SvTreeListEntry* pEntry );
void CallEventListeners( VclEventId nEvent, void* pData = nullptr );
- sal_uInt16 GetCurrentTabPos() const { return m_nCurTabPos; }
-
bool IsSelectable( const SvTreeListEntry* pEntry );
void SetForceMakeVisible(bool bEnable) { mbForceMakeVisible = bEnable; }
};