ODR violation (base class must be the same across compilation units)

Change-Id: I7c8a773f652e4a0987a4232520b88b5dde9dfe67
This commit is contained in:
Stephan Bergmann
2016-12-21 15:10:21 +01:00
parent 9fcfd0bdac
commit 2d0e3d1cc6

View File

@@ -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,