diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-07-16 14:06:05 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-07-16 16:21:24 +0200 |
commit | 5755203865f5b42c9d43b6a1d441709319fcb7a5 (patch) | |
tree | 394a81fda5a167328828d6693b00e300941f5788 /chart2/source/tools | |
parent | 12147e0322e0fdd1b561c94e7ebd3fdd69ceaac0 (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/tools')
-rw-r--r-- | chart2/source/tools/ImplOPropertySet.hxx | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/chart2/source/tools/ImplOPropertySet.hxx b/chart2/source/tools/ImplOPropertySet.hxx index 98dc53b008b0..d2aef768a480 100644 --- a/chart2/source/tools/ImplOPropertySet.hxx +++ b/chart2/source/tools/ImplOPropertySet.hxx @@ -28,9 +28,7 @@ namespace com::sun::star::style { class XStyle; } -namespace property -{ -namespace impl +namespace property::impl { class ImplOPropertySet @@ -80,8 +78,7 @@ private: m_xStyle; }; -} // namespace impl -} // namespace chart +} // namespace chart::impl // INCLUDED_CHART2_SOURCE_TOOLS_IMPLOPROPERTYSET_HXX #endif |