summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2020-12-01 10:22:09 +0000
committerCaolán McNamara <caolanm@redhat.com>2020-12-01 15:44:40 +0100
commit1186dfea12738c6157d6214f32b49d821db1f280 (patch)
treea905f21941067547d5ad9794a4b0f51fb19d91c7 /include
parentf9e029c78dc17da90931dee8aaabba8e80083886 (diff)
cid#1470362 Uninitialized scalar field
Change-Id: I8828b7e098c1af9411b15b449f425242f5e64635 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/106972 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'include')
-rw-r--r--include/sfx2/sidebar/TabBar.hxx2
-rw-r--r--include/sfx2/sidebar/Theme.hxx3
2 files changed, 0 insertions, 5 deletions
diff --git a/include/sfx2/sidebar/TabBar.hxx b/include/sfx2/sidebar/TabBar.hxx
index 53135697230d..8a6b03f74d17 100644
--- a/include/sfx2/sidebar/TabBar.hxx
+++ b/include/sfx2/sidebar/TabBar.hxx
@@ -69,7 +69,6 @@ public:
virtual ~TabBar() override;
virtual void dispose() override;
- virtual void Paint (vcl::RenderContext& /*rRenderContext*/, const tools::Rectangle& rUpdateArea) override;
virtual void DataChanged (const DataChangedEvent& rDataChangedEvent) override;
virtual bool EventNotify (NotifyEvent& rEvent) override;
@@ -120,7 +119,6 @@ private:
typedef ::std::vector<std::unique_ptr<Item>> ItemContainer;
ItemContainer maItems;
const ::std::function<void (const OUString& rsDeckId)> maDeckActivationFunctor;
- sal_Int32 mnMenuSeparatorY;
PopupMenuProvider maPopupMenuProvider;
static void CreateTabItem(weld::Toolbar& rButton, const DeckDescriptor& rDeckDescriptor);
diff --git a/include/sfx2/sidebar/Theme.hxx b/include/sfx2/sidebar/Theme.hxx
index 9b35ce7aa6dd..c59d71233b00 100644
--- a/include/sfx2/sidebar/Theme.hxx
+++ b/include/sfx2/sidebar/Theme.hxx
@@ -61,7 +61,6 @@ public:
Color_DeckTitleFont,
Color_PanelTitleFont,
- Color_TabMenuSeparator,
Color_Highlight,
Color_HighlightText,
Color_DeckBackground,
@@ -79,8 +78,6 @@ public:
Int_DeckBorderSize,
Int_DeckSeparatorHeight,
Int_PanelTitleBarHeight,
- Int_TabMenuPadding,
- Int_TabMenuSeparatorPadding,
Int_DeckLeftPadding,
Int_DeckTopPadding,
Int_DeckRightPadding,