summaryrefslogtreecommitdiff
path: root/sd/source/ui/presenter/PresenterTextView.hxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2016-12-21 15:05:10 +0100
committerStephan Bergmann <sbergman@redhat.com>2016-12-21 15:05:10 +0100
commitabfc2c749336e0ca8cfcc4d8358e9f49a105ae90 (patch)
tree4d1c0ceba6d260a93ef1322c870e9dc3350ee756 /sd/source/ui/presenter/PresenterTextView.hxx
parentc4cfd7ca0d4f4f605d76df39fe2b3ca5a79908c0 (diff)
ODR violation (base class must be the same across compilation units)
Change-Id: I3693e543fcca3796e3a3dfccabb8dce3f029531d
Diffstat (limited to 'sd/source/ui/presenter/PresenterTextView.hxx')
-rw-r--r--sd/source/ui/presenter/PresenterTextView.hxx10
1 files changed, 4 insertions, 6 deletions
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.