From d976efde8c6398ceb234a3b50541ceba21959aa7 Mon Sep 17 00:00:00 2001 From: Markus Mohrhard Date: Thu, 9 Jul 2015 16:21:39 +0200 Subject: use correct controller for sidebar As we now allow non-frame controllers we need to use them as well in this place. Change-Id: I0d86cdf73f8c044816def0aaafb874e75985aae5 --- include/sfx2/sidebar/SidebarController.hxx | 1 + 1 file changed, 1 insertion(+) (limited to 'include/sfx2') diff --git a/include/sfx2/sidebar/SidebarController.hxx b/include/sfx2/sidebar/SidebarController.hxx index bdc1dc4f16e1..063a156bec06 100644 --- a/include/sfx2/sidebar/SidebarController.hxx +++ b/include/sfx2/sidebar/SidebarController.hxx @@ -173,6 +173,7 @@ private: css::uno::Reference mxFrame; Context maCurrentContext; Context maRequestedContext; + css::uno::Reference mxCurrentController; /// Use a combination of SwitchFlag_* as value. sal_Int32 mnRequestedForceFlags; ::rtl::OUString msCurrentDeckId; -- cgit