summaryrefslogtreecommitdiffstats
path: root/chart2/source/controller/sidebar/ChartColorWrapper.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'chart2/source/controller/sidebar/ChartColorWrapper.cxx')
-rw-r--r--chart2/source/controller/sidebar/ChartColorWrapper.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/chart2/source/controller/sidebar/ChartColorWrapper.cxx b/chart2/source/controller/sidebar/ChartColorWrapper.cxx
index 5b0654b2d86b..189b55059492 100644
--- a/chart2/source/controller/sidebar/ChartColorWrapper.cxx
+++ b/chart2/source/controller/sidebar/ChartColorWrapper.cxx
@@ -16,7 +16,7 @@
#include <svx/tbcontrl.hxx>
-namespace chart { namespace sidebar {
+namespace chart::sidebar {
namespace {
@@ -104,6 +104,6 @@ void ChartColorWrapper::updateData()
mpControl->statusChanged(aEvent);
}
-} }
+}
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */