ODR violation (base class must be the same across compilation units)
Change-Id: I7c8a773f652e4a0987a4232520b88b5dde9dfe67
This commit is contained in:
@@ -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,
|
||||
|
Reference in New Issue
Block a user