[Libreoffice-commits] core.git: include/svx

Stephan Bergmann sbergman at redhat.com
Wed Dec 21 14:11:06 UTC 2016


 include/svx/sidebar/SelectionChangeHandler.hxx |    9 +++------
 1 file changed, 3 insertions(+), 6 deletions(-)

New commits:
commit 2d0e3d1cc6fd062fe2064bb9ae688ff37a4a94e4
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Wed Dec 21 15:10:21 2016 +0100

    ODR violation (base class must be the same across compilation units)
    
    Change-Id: I7c8a773f652e4a0987a4232520b88b5dde9dfe67

diff --git a/include/svx/sidebar/SelectionChangeHandler.hxx b/include/svx/sidebar/SelectionChangeHandler.hxx
index ccaa7e1..e80b5e9 100644
--- a/include/svx/sidebar/SelectionChangeHandler.hxx
+++ b/include/svx/sidebar/SelectionChangeHandler.hxx
@@ -35,12 +35,9 @@ class SdrMarkView;
 
 namespace svx { namespace sidebar {
 
-namespace {
-    typedef cppu::WeakComponentImplHelper<
-        css::view::XSelectionChangeListener
-        > SelectionChangeHandlerInterfaceBase;
-}
-
+typedef cppu::WeakComponentImplHelper<
+    css::view::XSelectionChangeListener
+    > SelectionChangeHandlerInterfaceBase;
 
 class SVX_DLLPUBLIC SelectionChangeHandler
     : private ::cppu::BaseMutex,


More information about the Libreoffice-commits mailing list