summaryrefslogtreecommitdiff
path: root/sfx2/inc/sidebar
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2021-07-06 12:28:05 +0100
committerCaolán McNamara <caolanm@redhat.com>2021-07-06 15:21:11 +0200
commita0ae4bb38cedf5f30a2bb6b6578024bb299112fe (patch)
treedd94275540bc490b5a6bd8d09b487d3f2f3eb8a2 /sfx2/inc/sidebar
parentc420b05745a507d6649c84279b6de5455d7d6ecb (diff)
use an explicit box instead of container
Change-Id: I59a5e02ce4ff89c95c7ebdb666a6eaeea871b61f Reviewed-on: https://gerrit.libreoffice.org/c/core/+/118480 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sfx2/inc/sidebar')
-rw-r--r--sfx2/inc/sidebar/TitleBar.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/inc/sidebar/TitleBar.hxx b/sfx2/inc/sidebar/TitleBar.hxx
index 590cf549571e..8264acc24e65 100644
--- a/sfx2/inc/sidebar/TitleBar.hxx
+++ b/sfx2/inc/sidebar/TitleBar.hxx
@@ -53,7 +53,7 @@ public:
protected:
weld::Builder& mrBuilder;
- std::unique_ptr<weld::Container> mxTitlebar;
+ std::unique_ptr<weld::Box> mxTitlebar;
std::unique_ptr<weld::Image> mxAddonImage;
std::unique_ptr<weld::Toolbar> mxToolBox;
Theme::ThemeItem meThemeItem;