summaryrefslogtreecommitdiff
path: root/chart2/source/controller/sidebar
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2016-12-21 14:54:50 +0100
committerStephan Bergmann <sbergman@redhat.com>2016-12-21 14:55:54 +0100
commit9bb574590ef99782c50212feffbcf82e1944a217 (patch)
tree9ba51bfa86a94336313cff5e4b31d717ebcea04f /chart2/source/controller/sidebar
parent263bec579fb5045d2e50a027778a0aec17c70f4b (diff)
ODR violation (base class must be the same across compilation units)
Change-Id: I6e386574d0366ef75f24811266134d93b28dc3a5
Diffstat (limited to 'chart2/source/controller/sidebar')
-rw-r--r--chart2/source/controller/sidebar/Chart2PanelFactory.hxx9
1 files changed, 3 insertions, 6 deletions
diff --git a/chart2/source/controller/sidebar/Chart2PanelFactory.hxx b/chart2/source/controller/sidebar/Chart2PanelFactory.hxx
index aebf987830f9..6fe6b4afc209 100644
--- a/chart2/source/controller/sidebar/Chart2PanelFactory.hxx
+++ b/chart2/source/controller/sidebar/Chart2PanelFactory.hxx
@@ -28,12 +28,9 @@
namespace chart { namespace sidebar {
-namespace
-{
- typedef ::cppu::WeakComponentImplHelper <
- css::ui::XUIElementFactory, css::lang::XServiceInfo
- > PanelFactoryInterfaceBase;
-}
+typedef ::cppu::WeakComponentImplHelper <
+ css::ui::XUIElementFactory, css::lang::XServiceInfo
+ > PanelFactoryInterfaceBase;
class ChartPanelFactory
: private ::cppu::BaseMutex,