diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-07-16 15:34:53 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-07-16 20:37:01 +0200 |
commit | baed93c8022bf64226fcbc6dbcb0132b35eb2328 (patch) | |
tree | 7eff32281aad46e03842c54ac9b997e4a9e08a63 /cppcanvas/source/mtfrenderer/textlineshelper.hxx | |
parent | 1ebe85bc1fc6cf2adeb05aac78749806e20a71c2 (diff) |
compact namespace: cppcanvas
Change-Id: I53826803bd7749b7fead5e464e2dc65212d5bb9e
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/98908
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'cppcanvas/source/mtfrenderer/textlineshelper.hxx')
-rw-r--r-- | cppcanvas/source/mtfrenderer/textlineshelper.hxx | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/cppcanvas/source/mtfrenderer/textlineshelper.hxx b/cppcanvas/source/mtfrenderer/textlineshelper.hxx index aae63023298f..38105961ee05 100644 --- a/cppcanvas/source/mtfrenderer/textlineshelper.hxx +++ b/cppcanvas/source/mtfrenderer/textlineshelper.hxx @@ -15,19 +15,10 @@ #include <basegfx/vector/b2dsize.hxx> #include <cppcanvas/canvas.hxx> -namespace com -{ -namespace sun -{ -namespace star -{ -namespace rendering +namespace com::sun::star::rendering { class XPolyPolygon2D; } -} -} -} namespace cppcanvas { |