summaryrefslogtreecommitdiff
path: root/canvas/source/directx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2020-05-08 10:59:40 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2020-05-08 12:40:03 +0200
commit6751a89552f6d739b4e1563143fd3a019478f513 (patch)
treee3a5490c5c505b0b17a3e952492e389974898978 /canvas/source/directx
parent15adfafee5b48d6f88a0b970c50e5c5bc77a4ab1 (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 'canvas/source/directx')
-rw-r--r--canvas/source/directx/dx_impltools.hxx8
-rw-r--r--canvas/source/directx/dx_textlayout_drawhelper.hxx4
2 files changed, 5 insertions, 7 deletions
diff --git a/canvas/source/directx/dx_impltools.hxx b/canvas/source/directx/dx_impltools.hxx
index f90c49cf5537..4fab5a9e596b 100644
--- a/canvas/source/directx/dx_impltools.hxx
+++ b/canvas/source/directx/dx_impltools.hxx
@@ -40,18 +40,18 @@ namespace basegfx
class B2DPolyPolygon;
};
-namespace com { namespace sun { namespace star { namespace geometry
+namespace com::sun::star::geometry
{
struct IntegerRectangle2D;
struct RealPoint2D;
-} } } }
+}
-namespace com { namespace sun { namespace star { namespace rendering
+namespace com::sun::star::rendering
{
class XBitmap;
class XPolyPolygon2D;
class XCanvasFont;
-} } } }
+}
namespace dxcanvas
diff --git a/canvas/source/directx/dx_textlayout_drawhelper.hxx b/canvas/source/directx/dx_textlayout_drawhelper.hxx
index 897d7eb1c727..0448c39aa8d0 100644
--- a/canvas/source/directx/dx_textlayout_drawhelper.hxx
+++ b/canvas/source/directx/dx_textlayout_drawhelper.hxx
@@ -31,9 +31,7 @@
#include <basegfx/matrix/b2dhommatrix.hxx>
#include <basegfx/vector/b2isize.hxx>
-namespace com { namespace sun { namespace star { namespace rendering {
- class XCanvasFont;
-} } } }
+namespace com::sun::star::rendering { class XCanvasFont; }
namespace Gdiplus { class Graphics; }