diff options
-rw-r--r-- | sc/source/ui/sidebar/ScPanelFactory.hxx | 9 |
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, |