summaryrefslogtreecommitdiffstats
path: root/chart2/source/controller/sidebar/ChartTypePanel.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'chart2/source/controller/sidebar/ChartTypePanel.cxx')
-rw-r--r--chart2/source/controller/sidebar/ChartTypePanel.cxx5
1 files changed, 1 insertions, 4 deletions
diff --git a/chart2/source/controller/sidebar/ChartTypePanel.cxx b/chart2/source/controller/sidebar/ChartTypePanel.cxx
index 5042fd184b34..846dbed13570 100644
--- a/chart2/source/controller/sidebar/ChartTypePanel.cxx
+++ b/chart2/source/controller/sidebar/ChartTypePanel.cxx
@@ -38,9 +38,7 @@
using namespace css;
using namespace css::uno;
-namespace chart
-{
-namespace sidebar
+namespace chart::sidebar
{
ChartTypePanel::ChartTypePanel(vcl::Window* pParent,
const css::uno::Reference<css::frame::XFrame>& rxFrame,
@@ -436,7 +434,6 @@ void ChartTypePanel::selectMainType()
m_pCurrentMainType->fillExtraControls(m_xChartModel, xTemplateProps);
}
}
-}
} // end of namespace ::chart::sidebar
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */