summaryrefslogtreecommitdiff
path: root/sd/source/ui/slidesorter/shell
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/slidesorter/shell
parentc4cfd7ca0d4f4f605d76df39fe2b3ca5a79908c0 (diff)
ODR violation (base class must be the same across compilation units)
Change-Id: I3693e543fcca3796e3a3dfccabb8dce3f029531d
Diffstat (limited to 'sd/source/ui/slidesorter/shell')
-rw-r--r--sd/source/ui/slidesorter/shell/SlideSorterService.hxx12
1 files changed, 5 insertions, 7 deletions
diff --git a/sd/source/ui/slidesorter/shell/SlideSorterService.hxx b/sd/source/ui/slidesorter/shell/SlideSorterService.hxx
index 1ae33047158a..f6e4b1a0a37c 100644
--- a/sd/source/ui/slidesorter/shell/SlideSorterService.hxx
+++ b/sd/source/ui/slidesorter/shell/SlideSorterService.hxx
@@ -35,13 +35,11 @@
namespace sd { namespace slidesorter {
-namespace {
- typedef ::cppu::WeakComponentImplHelper <
- css::drawing::XSlideSorterBase,
- css::lang::XInitialization,
- css::awt::XWindowListener
- > SlideSorterServiceInterfaceBase;
-}
+typedef ::cppu::WeakComponentImplHelper <
+ css::drawing::XSlideSorterBase,
+ css::lang::XInitialization,
+ css::awt::XWindowListener
+> SlideSorterServiceInterfaceBase;
/** Implementation of the com.sun.star.drawing.SlideSorter service.
*/