[Libreoffice-commits] core.git: Branch 'distro/collabora/cp-6.0' - include/sfx2
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Mon Mar 4 14:23:35 UTC 2019
include/sfx2/sidebar/UnoSidebar.hxx | 10 ++++------
1 file changed, 4 insertions(+), 6 deletions(-)
New commits:
commit 48e7d857b2626f742b87cfebdc905240bc42f845
Author: Ashod Nakashian <ashod.nakashian at collabora.co.uk>
AuthorDate: Wed Jan 30 20:29:29 2019 -0500
Commit: Andras Timar <andras.timar at collabora.com>
CommitDate: Mon Mar 4 15:23:13 2019 +0100
sfx2: include what we use only
Change-Id: If89e1ea4377549935ec27afe60543b4cf27fe5f2
Reviewed-on: https://gerrit.libreoffice.org/68266
Reviewed-by: Andras Timar <andras.timar at collabora.com>
Tested-by: Andras Timar <andras.timar at collabora.com>
diff --git a/include/sfx2/sidebar/UnoSidebar.hxx b/include/sfx2/sidebar/UnoSidebar.hxx
index a60143b65f94..3a1282d8051a 100644
--- a/include/sfx2/sidebar/UnoSidebar.hxx
+++ b/include/sfx2/sidebar/UnoSidebar.hxx
@@ -16,16 +16,14 @@
#include <com/sun/star/ui/XSidebarProvider.hpp>
#include <com/sun/star/ui/XSidebar.hpp>
-#include <com/sun/star/awt/XWindow2.hpp>
-
#include <cppuhelper/compbase.hxx>
-#include <sfx2/sidebar/SidebarController.hxx>
-#include <sfx2/sidebar/SidebarDockingWindow.hxx>
-
-#include <sfx2/sidebar/UnoDecks.hxx>
#include <com/sun/star/ui/XDecks.hpp>
+namespace sfx2 { namespace sidebar {
+class SidebarController;
+} }
+
/** get the sidebar for a given frame
*/
class SfxUnoSidebar : public cppu::WeakImplHelper<css::ui::XSidebarProvider>
More information about the Libreoffice-commits
mailing list