diff options
author | Caolán McNamara <caolanm@redhat.com> | 2022-08-11 20:57:32 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2022-08-12 10:16:52 +0200 |
commit | ba81f5bbeb37dfc184e178119e17a901e649374a (patch) | |
tree | eeb52e8d20397aa3ad8b4c0294c45421c620ff07 | |
parent | f4f869400922e8803f4ece673f26a31983be052b (diff) |
cid#1507887 Unused value
Change-Id: I6c79cd874d870c3403e0bc15815f187c43cd24f6
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/138164
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
-rw-r--r-- | sc/source/ui/view/tabview.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sc/source/ui/view/tabview.cxx b/sc/source/ui/view/tabview.cxx index d3fd355ab092..2aeb3d5fff69 100644 --- a/sc/source/ui/view/tabview.cxx +++ b/sc/source/ui/view/tabview.cxx @@ -516,7 +516,6 @@ void ScTabView::DoResize( const Point& rOffset, const Size& rSize, bool bInner ) if (bTabControl && ! bHScroll ) { nBarY = aHScrollLeft->GetSizePixel().Height(); - nBarX = aVScrollBottom->GetSizePixel().Width(); tools::Long nSize1 = nSizeX; |