diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-07-16 12:55:01 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-07-16 18:06:55 +0200 |
commit | 0178e36bc0328bf26fc5d811921e6362a4d2d6d5 (patch) | |
tree | 53ba8e1299e8d52bb6ab17323abfbab89251fecb /canvas/source/directx/dx_impltools.hxx | |
parent | cca705ad5fee40483bc6c709c713d66954a185b2 (diff) |
compact namespace: basegfx,canvas
Change-Id: Idc808459b403bcdcccbd86b73dd22b424e507c8e
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/98897
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'canvas/source/directx/dx_impltools.hxx')
-rw-r--r-- | canvas/source/directx/dx_impltools.hxx | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/canvas/source/directx/dx_impltools.hxx b/canvas/source/directx/dx_impltools.hxx index 4fab5a9e596b..f4f5a98ddfaa 100644 --- a/canvas/source/directx/dx_impltools.hxx +++ b/canvas/source/directx/dx_impltools.hxx @@ -54,10 +54,8 @@ namespace com::sun::star::rendering } -namespace dxcanvas +namespace dxcanvas::tools { - namespace tools - { struct RawRGBABitmap; ::basegfx::B2DPolyPolygon @@ -121,9 +119,9 @@ namespace dxcanvas double nGreenModulation, double nBlueModulation, double nAlphaModulation ); - } } + #endif // INCLUDED_CANVAS_SOURCE_DIRECTX_DX_IMPLTOOLS_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |