summaryrefslogtreecommitdiff
path: root/chart2/source/inc/CloneHelper.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2020-07-16 14:06:05 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2020-07-16 16:21:24 +0200
commit5755203865f5b42c9d43b6a1d441709319fcb7a5 (patch)
tree394a81fda5a167328828d6693b00e300941f5788 /chart2/source/inc/CloneHelper.hxx
parent12147e0322e0fdd1b561c94e7ebd3fdd69ceaac0 (diff)
compact namespace: chart2
Change-Id: I3c9f42b2fc40d65e573a668ed7c4eb88dc64d22b Reviewed-on: https://gerrit.libreoffice.org/c/core/+/98904 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'chart2/source/inc/CloneHelper.hxx')
-rw-r--r--chart2/source/inc/CloneHelper.hxx7
1 files changed, 2 insertions, 5 deletions
diff --git a/chart2/source/inc/CloneHelper.hxx b/chart2/source/inc/CloneHelper.hxx
index da697e05ece4..13b8e9650388 100644
--- a/chart2/source/inc/CloneHelper.hxx
+++ b/chart2/source/inc/CloneHelper.hxx
@@ -25,9 +25,7 @@
#include <iterator>
#include <vector>
-namespace chart
-{
-namespace CloneHelper
+namespace chart::CloneHelper
{
/// functor that clones a UNO-Reference
@@ -69,8 +67,7 @@ template< class Interface >
CreateRefClone< Interface >());
}
-} // namespace CloneHelper
-} // namespace chart
+} // namespace chart::CloneHelper
// INCLUDED_CHART2_SOURCE_INC_CLONEHELPER_HXX
#endif