summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2016-12-20 11:43:14 +0100
committerStephan Bergmann <sbergman@redhat.com>2016-12-20 11:43:14 +0100
commit2017526bcca33ef55f90f97e3c8f2320f71a182a (patch)
tree2cce31875f9869799cd3ce18f8ad5b654c6f204a /include
parent5bc75ae6fe30a27037f91dfa26323602bf53e00c (diff)
ODR violation
Change-Id: Ia56bd463c83c0aedcc7f4e9cf1b65c57104d78f2
Diffstat (limited to 'include')
-rw-r--r--include/sfx2/sidebar/SidebarController.hxx16
1 files changed, 6 insertions, 10 deletions
diff --git a/include/sfx2/sidebar/SidebarController.hxx b/include/sfx2/sidebar/SidebarController.hxx
index d4cdd574191d..7aaefc188864 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;