summaryrefslogtreecommitdiff
path: root/canvas/source/directx/dx_vcltools.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'canvas/source/directx/dx_vcltools.hxx')
-rw-r--r--canvas/source/directx/dx_vcltools.hxx6
1 files changed, 2 insertions, 4 deletions
diff --git a/canvas/source/directx/dx_vcltools.hxx b/canvas/source/directx/dx_vcltools.hxx
index 8eb5ea90b2a4..c3bd9bd28ff6 100644
--- a/canvas/source/directx/dx_vcltools.hxx
+++ b/canvas/source/directx/dx_vcltools.hxx
@@ -26,10 +26,8 @@
namespace Gdiplus { class Graphics; }
-namespace dxcanvas
+namespace dxcanvas::tools
{
- namespace tools
- {
/** Raw RGBA bitmap data,
contiguous in memory
*/
@@ -43,9 +41,9 @@ namespace dxcanvas
bool drawVCLBitmapFromXBitmap( const std::shared_ptr< Gdiplus::Graphics >& rGraphics,
const css::uno::Reference<
css::rendering::XBitmap >& xBitmap );
- }
}
+
#endif // INCLUDED_CANVAS_SOURCE_DIRECTX_DX_VCLTOOLS_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */