include/sfx2/sidebar/FocusManager.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 51144537404beb2341fae7e0c9de9b121b222c0e Author: Caolán McNamara <caol...@redhat.com> AuthorDate: Wed Mar 10 17:18:48 2021 +0000 Commit: Caolán McNamara <caol...@redhat.com> CommitDate: Thu Mar 11 10:05:42 2021 +0100 use SharedPanelContainer typedef Change-Id: I7ecd7d275dbff31654aabae326be175928dfe84d Reviewed-on: https://gerrit.libreoffice.org/c/core/+/112279 Tested-by: Caolán McNamara <caol...@redhat.com> Reviewed-by: Caolán McNamara <caol...@redhat.com> 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; _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits