summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorSamuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>2020-11-24 08:59:11 +0100
committerThorsten Behrens <Thorsten.Behrens@CIB.de>2020-11-24 21:17:48 +0100
commitbc5b764c7c77e992d4d3df045c008f8cabc6a237 (patch)
tree998dc8fb846896fb1a9578c257bcd5a254bcb411 /include
parent7c21121f7caa8667d86fc1946ef2a337c5b15da9 (diff)
Remove unused ScrollBarBox from tabpage
This displays an empty rectangle at the upper left of the tabpage. Change-Id: I8424a3f8ec4896814b135aa2c86012f0b33ee1be Reviewed-on: https://gerrit.libreoffice.org/c/core/+/106480 Tested-by: Jenkins Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> (cherry picked from commit 6df0e538ff05b98e1123c5ad1d77f554007bff12) Reviewed-on: https://gerrit.libreoffice.org/c/core/+/106440 Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
Diffstat (limited to 'include')
-rw-r--r--include/vcl/tabpage.hxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/vcl/tabpage.hxx b/include/vcl/tabpage.hxx
index 1a66bab9eabd..45d1c1220d60 100644
--- a/include/vcl/tabpage.hxx
+++ b/include/vcl/tabpage.hxx
@@ -25,7 +25,6 @@
#include <vcl/IContext.hxx>
class ScrollBar;
-class ScrollBarBox;
class VCL_DLLPUBLIC TabPage
: public vcl::Window
@@ -40,7 +39,6 @@ private:
VclPtr<ScrollBar> m_pVScroll;
VclPtr<ScrollBar> m_pHScroll;
- VclPtr<ScrollBarBox> m_aScrollBarBox;
Size maScrollArea;
bool mbHasHoriBar;
bool mbHasVertBar;