summaryrefslogtreecommitdiff
path: root/chart2/source/controller/sidebar/Chart2PanelFactory.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'chart2/source/controller/sidebar/Chart2PanelFactory.hxx')
-rw-r--r--chart2/source/controller/sidebar/Chart2PanelFactory.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/chart2/source/controller/sidebar/Chart2PanelFactory.hxx b/chart2/source/controller/sidebar/Chart2PanelFactory.hxx
index a3292525e6ff..c91c144422ef 100644
--- a/chart2/source/controller/sidebar/Chart2PanelFactory.hxx
+++ b/chart2/source/controller/sidebar/Chart2PanelFactory.hxx
@@ -25,7 +25,7 @@
#include <com/sun/star/ui/XUIElementFactory.hpp>
-namespace chart { namespace sidebar {
+namespace chart::sidebar {
typedef ::cppu::WeakComponentImplHelper <
css::ui::XUIElementFactory, css::lang::XServiceInfo
@@ -54,7 +54,7 @@ public:
virtual css::uno::Sequence<OUString> SAL_CALL getSupportedServiceNames() override;
};
-} } // end of namespace sc::sidebar
+} // end of namespace chart::sidebar
#endif