summaryrefslogtreecommitdiff
path: root/sc/source/ui/sidebar/ScPanelFactory.hxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2016-12-21 14:59:59 +0100
committerStephan Bergmann <sbergman@redhat.com>2016-12-21 14:59:59 +0100
commit533633ded9038798dac60df3bdd53c48c85bba55 (patch)
treecf325c81782637521c306640f61bdce113e56c03 /sc/source/ui/sidebar/ScPanelFactory.hxx
parentac5790ac43de2270b8c18e496e76efbd486aa056 (diff)
ODR violation (base class must be the same across compilation units)
Change-Id: Ie95a45429cf2b512a302a50c701db9d8ac030c53
Diffstat (limited to 'sc/source/ui/sidebar/ScPanelFactory.hxx')
-rw-r--r--sc/source/ui/sidebar/ScPanelFactory.hxx9
1 files changed, 3 insertions, 6 deletions
diff --git a/sc/source/ui/sidebar/ScPanelFactory.hxx b/sc/source/ui/sidebar/ScPanelFactory.hxx
index c04ff223d9c2..476dd6da26b8 100644
--- a/sc/source/ui/sidebar/ScPanelFactory.hxx
+++ b/sc/source/ui/sidebar/ScPanelFactory.hxx
@@ -28,12 +28,9 @@
namespace sc { namespace sidebar {
-namespace
-{
- typedef ::cppu::WeakComponentImplHelper <
- css::ui::XUIElementFactory, css::lang::XServiceInfo
- > PanelFactoryInterfaceBase;
-}
+typedef ::cppu::WeakComponentImplHelper <
+ css::ui::XUIElementFactory, css::lang::XServiceInfo
+ > PanelFactoryInterfaceBase;
class ScPanelFactory
: private ::cppu::BaseMutex,