[Libreoffice-commits] core.git: include/sfx2
Caolán McNamara (via logerrit)
logerrit at kemper.freedesktop.org
Thu Mar 11 09:06:48 UTC 2021
include/sfx2/sidebar/FocusManager.hxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 51144537404beb2341fae7e0c9de9b121b222c0e
Author: Caolán McNamara <caolanm at redhat.com>
AuthorDate: Wed Mar 10 17:18:48 2021 +0000
Commit: Caolán McNamara <caolanm at 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 <caolanm at redhat.com>
Reviewed-by: Caolán McNamara <caolanm at 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;
More information about the Libreoffice-commits
mailing list