summaryrefslogtreecommitdiff
path: root/chart2/source/controller/chartapiwrapper/DiagramWrapper.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/controller/chartapiwrapper/DiagramWrapper.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/controller/chartapiwrapper/DiagramWrapper.hxx')
-rw-r--r--chart2/source/controller/chartapiwrapper/DiagramWrapper.hxx7
1 files changed, 2 insertions, 5 deletions
diff --git a/chart2/source/controller/chartapiwrapper/DiagramWrapper.hxx b/chart2/source/controller/chartapiwrapper/DiagramWrapper.hxx
index ca7d8ca89acc..4f4d4ae9f9a7 100644
--- a/chart2/source/controller/chartapiwrapper/DiagramWrapper.hxx
+++ b/chart2/source/controller/chartapiwrapper/DiagramWrapper.hxx
@@ -41,9 +41,7 @@
namespace com::sun::star::chart2 { class XDiagram; }
namespace com::sun::star::lang { class XEventListener; }
-namespace chart
-{
-namespace wrapper
+namespace chart::wrapper
{
class Chart2ModelContact;
@@ -215,8 +213,7 @@ private:
css::beans::XPropertySet > m_xDownBarWrapper;
};
-} // namespace wrapper
-} // namespace chart
+} // namespace chart::wrapper
// INCLUDED_CHART2_SOURCE_CONTROLLER_CHARTAPIWRAPPER_DIAGRAMWRAPPER_HXX
#endif