[Libreoffice-commits] core.git: include/sfx2
Stephan Bergmann
sbergman at redhat.com
Tue Dec 20 10:43:48 UTC 2016
include/sfx2/sidebar/SidebarController.hxx | 16 ++++++----------
1 file changed, 6 insertions(+), 10 deletions(-)
New commits:
commit 2017526bcca33ef55f90f97e3c8f2320f71a182a
Author: Stephan Bergmann <sbergman at redhat.com>
Date: Tue Dec 20 11:43:14 2016 +0100
ODR violation
Change-Id: Ia56bd463c83c0aedcc7f4e9cf1b65c57104d78f2
diff --git a/include/sfx2/sidebar/SidebarController.hxx b/include/sfx2/sidebar/SidebarController.hxx
index d4cdd57..7aaefc1 100644
--- a/include/sfx2/sidebar/SidebarController.hxx
+++ b/include/sfx2/sidebar/SidebarController.hxx
@@ -41,16 +41,12 @@
#include <cppuhelper/compbase.hxx>
#include <cppuhelper/basemutex.hxx>
-
-namespace
-{
- typedef cppu::WeakComponentImplHelper <
- css::ui::XContextChangeEventListener,
- css::beans::XPropertyChangeListener,
- css::ui::XSidebar,
- css::frame::XStatusListener
- > SidebarControllerInterfaceBase;
-}
+typedef cppu::WeakComponentImplHelper <
+ css::ui::XContextChangeEventListener,
+ css::beans::XPropertyChangeListener,
+ css::ui::XSidebar,
+ css::frame::XStatusListener
+ > SidebarControllerInterfaceBase;
class SfxSplitWindow;
class FixedBitmap;
More information about the Libreoffice-commits
mailing list