From abfc2c749336e0ca8cfcc4d8358e9f49a105ae90 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Wed, 21 Dec 2016 15:05:10 +0100 Subject: ODR violation (base class must be the same across compilation units) Change-Id: I3693e543fcca3796e3a3dfccabb8dce3f029531d --- sd/source/ui/presenter/PresenterTextView.hxx | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'sd/source/ui/presenter/PresenterTextView.hxx') diff --git a/sd/source/ui/presenter/PresenterTextView.hxx b/sd/source/ui/presenter/PresenterTextView.hxx index f49ef4fa2453..164964860e9c 100644 --- a/sd/source/ui/presenter/PresenterTextView.hxx +++ b/sd/source/ui/presenter/PresenterTextView.hxx @@ -33,12 +33,10 @@ namespace com { namespace sun { namespace star { namespace uno { namespace sd { namespace presenter { -namespace { - typedef ::cppu::ImplInheritanceHelper < - tools::PropertySet, - css::lang::XInitialization - > PresenterTextViewInterfaceBase; -} +typedef ::cppu::ImplInheritanceHelper < + tools::PropertySet, + css::lang::XInitialization +> PresenterTextViewInterfaceBase; /** Render text into bitmaps. An edit engine is used to render the text. This service is used by the presenter screen to render the notes view. -- cgit