summaryrefslogtreecommitdiff
path: root/include/sfx2
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2021-03-10 17:18:48 +0000
committerCaolán McNamara <caolanm@redhat.com>2021-03-11 10:05:42 +0100
commit51144537404beb2341fae7e0c9de9b121b222c0e (patch)
tree64fd9118f4d4cd58e8c29a20026b3020b1d79e62 /include/sfx2
parent16a91006ca44da08fb436d70129e7a8cbff9e2d2 (diff)
use SharedPanelContainer typedef
Change-Id: I7ecd7d275dbff31654aabae326be175928dfe84d Reviewed-on: https://gerrit.libreoffice.org/c/core/+/112279 Tested-by: Caolán McNamara <caolanm@redhat.com> Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'include/sfx2')
-rw-r--r--include/sfx2/sidebar/FocusManager.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sfx2/sidebar/FocusManager.hxx b/include/sfx2/sidebar/FocusManager.hxx
index 9f58a76ce9b1..d20e7c4466bf 100644
--- a/include/sfx2/sidebar/FocusManager.hxx
+++ b/include/sfx2/sidebar/FocusManager.hxx
@@ -70,7 +70,7 @@ public:
private:
VclPtr<DeckTitleBar> mpDeckTitleBar;
- std::vector<VclPtr<Panel> > maPanels;
+ SharedPanelContainer maPanels;
std::vector<weld::Widget*> maButtons;
const std::function<void(const Panel&)> maShowPanelFunctor;