summaryrefslogtreecommitdiff
path: root/sc/source/ui/view/tabview5.cxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2022-08-08 10:39:28 +0100
committerCaolán McNamara <caolanm@redhat.com>2022-08-08 14:56:56 +0200
commite50f6c023926269f76cd73e085b7a246cd0f88fa (patch)
treea136955077c2ffcdbd3a5f674cd1c454e9d173ca /sc/source/ui/view/tabview5.cxx
parentd564d73673dc4dce43c988421397a6feae7620d5 (diff)
no need for ScrollBarBox when bg is already the desired color
Change-Id: I5e50d67687355b38190a991ea539b2d40ef74659 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/137948 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sc/source/ui/view/tabview5.cxx')
-rw-r--r--sc/source/ui/view/tabview5.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/sc/source/ui/view/tabview5.cxx b/sc/source/ui/view/tabview5.cxx
index 20c52ea03bf4..245feb8f71f8 100644
--- a/sc/source/ui/view/tabview5.cxx
+++ b/sc/source/ui/view/tabview5.cxx
@@ -117,7 +117,7 @@ void ScTabView::Init()
// Don't show anything here, because still in wrong order
// Show is received from UpdateShow during first resize
// pTabControl, pGridWin, aHScrollLeft, aVScrollBottom,
- // aCornerButton, aScrollBarBox, pHSplitter, pVSplitter
+ // aCornerButton, pHSplitter, pVSplitter
// fragment
@@ -212,7 +212,6 @@ ScTabView::~ScTabView()
pRowOutline[i].disposeAndClear();
}
- aScrollBarBox.disposeAndClear();
aCornerButton.disposeAndClear();
aTopButton.disposeAndClear();
aHScrollLeft.disposeAndClear();