summaryrefslogtreecommitdiff
path: root/include/sfx2/sidebar
diff options
context:
space:
mode:
authorMert Tumer <mert.tumer@collabora.com>2020-04-29 16:29:57 +0300
committerMert Tumer <mert.tumer@collabora.com>2020-08-04 12:43:29 +0200
commit87c58f6a9351f2a2ec40fd99c4e5a63bfe29d0b8 (patch)
tree7d469da51f3de2a89b39ac840a57e4b1441a31ce /include/sfx2/sidebar
parent34decd703e880a04634585e20651a2f9b7fef393 (diff)
added ability to switch sidebar deck on init.cxx for mobilewizard
Change-Id: I532398bc41e1c984c24b1d39e4844315a0a69847 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/93162 Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com> Reviewed-by: Andras Timar <andras.timar@collabora.com> Reviewed-on: https://gerrit.libreoffice.org/c/core/+/97062 Reviewed-by: Jan Holesovsky <kendy@collabora.com> Reviewed-on: https://gerrit.libreoffice.org/c/core/+/98247 Tested-by: Jenkins Reviewed-by: Mert Tumer <mert.tumer@collabora.com>
Diffstat (limited to 'include/sfx2/sidebar')
-rw-r--r--include/sfx2/sidebar/SidebarDockingWindow.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sfx2/sidebar/SidebarDockingWindow.hxx b/include/sfx2/sidebar/SidebarDockingWindow.hxx
index 6d726ddd1260..f156ab0cb0fb 100644
--- a/include/sfx2/sidebar/SidebarDockingWindow.hxx
+++ b/include/sfx2/sidebar/SidebarDockingWindow.hxx
@@ -49,7 +49,7 @@ public:
void SyncUpdate();
void NotifyResize();
-
+ auto& GetSidebarController() const { return mpSidebarController; }
using SfxDockingWindow::Close;
private: