diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-01-31 12:31:11 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-01-31 19:37:29 +0100 |
commit | c599e23a92310916d4e7f09c5aaf354d63973d0b (patch) | |
tree | d1e584a33e47f3fbbfcbdfcd9c3b9a14f7fcadd2 /vcl/inc | |
parent | c82efb610bf556ea12cbe4f94568ac619897799f (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')
-rw-r--r-- | vcl/inc/svimpbox.hxx | 3 | ||||
-rw-r--r-- | vcl/inc/wizdlg.hxx | 1 |
2 files changed, 0 insertions, 4 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; } }; diff --git a/vcl/inc/wizdlg.hxx b/vcl/inc/wizdlg.hxx index 9bb9f77abb38..dbda04a66da8 100644 --- a/vcl/inc/wizdlg.hxx +++ b/vcl/inc/wizdlg.hxx @@ -74,7 +74,6 @@ namespace vcl VclPtr<PushButton> mpNextBtn; VclPtr<vcl::Window> mpViewWindow; sal_uInt16 mnCurLevel; - WindowAlign meViewAlign; sal_Int16 mnLeftAlignCount; bool mbEmptyViewMargin; |