summaryrefslogtreecommitdiffstats
path: root/chart2/source/controller/dialogs
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2020-01-14 15:21:18 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2020-01-14 18:09:25 +0100
commitdb54dd2351a4c2d4e54e97db6ba19a65dfbee858 (patch)
treef97f06f5ab8460c0289cabff86e8737d75b3be98 /chart2/source/controller/dialogs
parentFix typo (diff)
downloadcore-db54dd2351a4c2d4e54e97db6ba19a65dfbee858.tar.gz
core-db54dd2351a4c2d4e54e97db6ba19a65dfbee858.zip
clang-tidy modernize-concat-nested-namespace in chart2
Change-Id: I320234b60963d80f6870a9ce1fead8e29de437aa Reviewed-on: https://gerrit.libreoffice.org/c/core/+/86759 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'chart2/source/controller/dialogs')
-rw-r--r--chart2/source/controller/dialogs/dlg_ChartType_UNO.cxx2
-rw-r--r--chart2/source/controller/dialogs/dlg_ObjectProperties.cxx4
2 files changed, 3 insertions, 3 deletions
diff --git a/chart2/source/controller/dialogs/dlg_ChartType_UNO.cxx b/chart2/source/controller/dialogs/dlg_ChartType_UNO.cxx
index 51a3fa06ff3d..1a34d47b4f9c 100644
--- a/chart2/source/controller/dialogs/dlg_ChartType_UNO.cxx
+++ b/chart2/source/controller/dialogs/dlg_ChartType_UNO.cxx
@@ -24,7 +24,7 @@
#include <vcl/svapp.hxx>
#include <com/sun/star/frame/XModel.hpp>
-namespace com { namespace sun { namespace star { namespace awt { class XWindow; } } } }
+namespace com::sun::star::awt { class XWindow; }
namespace chart
{
diff --git a/chart2/source/controller/dialogs/dlg_ObjectProperties.cxx b/chart2/source/controller/dialogs/dlg_ObjectProperties.cxx
index 6a8b618b3c8b..6c45249b284e 100644
--- a/chart2/source/controller/dialogs/dlg_ObjectProperties.cxx
+++ b/chart2/source/controller/dialogs/dlg_ObjectProperties.cxx
@@ -63,8 +63,8 @@
#include <svl/cjkoptions.hxx>
#include <tools/diagnose_ex.h>
-namespace com { namespace sun { namespace star { namespace chart2 { class XChartType; } } } }
-namespace com { namespace sun { namespace star { namespace chart2 { class XDataSeries; } } } }
+namespace com::sun::star::chart2 { class XChartType; }
+namespace com::sun::star::chart2 { class XDataSeries; }
namespace chart
{