diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-01-14 15:21:18 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-01-14 18:09:25 +0100 |
commit | db54dd2351a4c2d4e54e97db6ba19a65dfbee858 (patch) | |
tree | f97f06f5ab8460c0289cabff86e8737d75b3be98 /chart2/source/model/main/PageBackground.cxx | |
parent | d038e27a98097c40af8bee3e7f24bad715742e91 (diff) |
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/model/main/PageBackground.cxx')
-rw-r--r-- | chart2/source/model/main/PageBackground.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chart2/source/model/main/PageBackground.cxx b/chart2/source/model/main/PageBackground.cxx index 2dec38051d46..5dda4cb5a7b4 100644 --- a/chart2/source/model/main/PageBackground.cxx +++ b/chart2/source/model/main/PageBackground.cxx @@ -31,7 +31,7 @@ #include <vector> #include <algorithm> -namespace com { namespace sun { namespace star { namespace uno { class XComponentContext; } } } } +namespace com::sun::star::uno { class XComponentContext; } using namespace ::com::sun::star; |