summaryrefslogtreecommitdiffstats
path: root/chart2/source/tools/ImplOPropertySet.cxx
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/tools/ImplOPropertySet.cxx
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/tools/ImplOPropertySet.cxx')
-rw-r--r--chart2/source/tools/ImplOPropertySet.cxx5
1 files changed, 1 insertions, 4 deletions
diff --git a/chart2/source/tools/ImplOPropertySet.cxx b/chart2/source/tools/ImplOPropertySet.cxx
index 2eb03d99e52a..fa52b5d03ddc 100644
--- a/chart2/source/tools/ImplOPropertySet.cxx
+++ b/chart2/source/tools/ImplOPropertySet.cxx
@@ -84,9 +84,7 @@ struct lcl_replaceInterfacePropertiesByClones
} // anonymous namespace
-namespace property
-{
-namespace impl
+namespace property::impl
{
ImplOPropertySet::ImplOPropertySet()
@@ -175,7 +173,6 @@ bool ImplOPropertySet::SetStyle( const Reference< style::XStyle > & xStyle )
return true;
}
-} // namespace impl
} // namespace chart
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */