diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-05-08 10:59:40 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-05-08 12:40:03 +0200 |
commit | 6751a89552f6d739b4e1563143fd3a019478f513 (patch) | |
tree | e3a5490c5c505b0b17a3e952492e389974898978 /cppcanvas | |
parent | 15adfafee5b48d6f88a0b970c50e5c5bc77a4ab1 (diff) |
compact namespace in canvas..cui
Change-Id: I7bd0c2a55b936896fcfe7e1a374871008a18618f
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/93706
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'cppcanvas')
-rw-r--r-- | cppcanvas/source/inc/canvasgraphichelper.hxx | 4 | ||||
-rw-r--r-- | cppcanvas/source/mtfrenderer/mtftools.hxx | 4 | ||||
-rw-r--r-- | cppcanvas/source/mtfrenderer/polypolyaction.hxx | 4 | ||||
-rw-r--r-- | cppcanvas/source/wrapper/implcanvas.hxx | 4 | ||||
-rw-r--r-- | cppcanvas/source/wrapper/implpolypolygon.hxx | 4 |
5 files changed, 10 insertions, 10 deletions
diff --git a/cppcanvas/source/inc/canvasgraphichelper.hxx b/cppcanvas/source/inc/canvasgraphichelper.hxx index 15ac6d825d5b..f003ec977d8e 100644 --- a/cppcanvas/source/inc/canvasgraphichelper.hxx +++ b/cppcanvas/source/inc/canvasgraphichelper.hxx @@ -27,10 +27,10 @@ #include <optional> -namespace com { namespace sun { namespace star { namespace rendering +namespace com::sun::star::rendering { class XGraphicDevice; -} } } } +} /* Definition of CanvasGraphicHelper class */ diff --git a/cppcanvas/source/mtfrenderer/mtftools.hxx b/cppcanvas/source/mtfrenderer/mtftools.hxx index 93857a09c780..13970a51874b 100644 --- a/cppcanvas/source/mtfrenderer/mtftools.hxx +++ b/cppcanvas/source/mtfrenderer/mtftools.hxx @@ -31,10 +31,10 @@ namespace basegfx class B2DVector; class B2DPoint; } -namespace com { namespace sun { namespace star { namespace rendering +namespace com::sun::star::rendering { struct RenderState; -} } } } +} namespace cppcanvas diff --git a/cppcanvas/source/mtfrenderer/polypolyaction.hxx b/cppcanvas/source/mtfrenderer/polypolyaction.hxx index 97362ead0523..6c18e06ea82b 100644 --- a/cppcanvas/source/mtfrenderer/polypolyaction.hxx +++ b/cppcanvas/source/mtfrenderer/polypolyaction.hxx @@ -26,11 +26,11 @@ namespace basegfx { class B2DPolyPolygon; } -namespace com { namespace sun { namespace star { namespace rendering +namespace com::sun::star::rendering { struct Texture; struct StrokeAttributes; -} } } } +} /* Definition of internal::PolyPolyActionFactory */ diff --git a/cppcanvas/source/wrapper/implcanvas.hxx b/cppcanvas/source/wrapper/implcanvas.hxx index 859f595cb61f..2d20f4a6036c 100644 --- a/cppcanvas/source/wrapper/implcanvas.hxx +++ b/cppcanvas/source/wrapper/implcanvas.hxx @@ -34,10 +34,10 @@ namespace basegfx class B2DPolyPolygon; } -namespace com { namespace sun { namespace star { namespace rendering +namespace com::sun::star::rendering { class XCanvas; -} } } } +} /* Definition of ImplCanvas */ diff --git a/cppcanvas/source/wrapper/implpolypolygon.hxx b/cppcanvas/source/wrapper/implpolypolygon.hxx index e19b63c5797a..ab924373ff9d 100644 --- a/cppcanvas/source/wrapper/implpolypolygon.hxx +++ b/cppcanvas/source/wrapper/implpolypolygon.hxx @@ -27,10 +27,10 @@ #include <cppcanvas/polypolygon.hxx> #include <canvasgraphichelper.hxx> -namespace com { namespace sun { namespace star { namespace rendering +namespace com::sun::star::rendering { struct RealPoint2D; -} } } } +} namespace cppcanvas |