tdf#123936 Formatting files in module canvas with clang-format

Change-Id: Ifcdecb0a60f5a4b09acc83ed38b6d1ec46765ba6
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/105649
Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
Tested-by: Jenkins
This commit is contained in:
Philipp Hofer 2020-11-12 12:49:50 +01:00 committed by Christian Lohmaier
parent d8c92ff32e
commit 302d64cb3c
3 changed files with 12 additions and 14 deletions

View file

@ -24,11 +24,11 @@
namespace dxcanvas
{
struct BitmapProvider
{
virtual ~BitmapProvider() {}
virtual IBitmapSharedPtr getBitmap() const = 0;
};
struct BitmapProvider
{
virtual ~BitmapProvider() {}
virtual IBitmapSharedPtr getBitmap() const = 0;
};
}
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */

View file

@ -23,14 +23,14 @@
namespace dxcanvas
{
/** Container providing a Gdiplus::Graphics for a Surface
/** Container providing a Gdiplus::Graphics for a Surface
This wrapper class transparently handles allocation and
release of surface resources the RAII way (the
GraphicsSharedPtr returned has a deleter that does all the
necessary DX cleanup work).
*/
GraphicsSharedPtr createSurfaceGraphics(const COMReference<surface_type>& rSurface );
This wrapper class transparently handles allocation and
release of surface resources the RAII way (the
GraphicsSharedPtr returned has a deleter that does all the
necessary DX cleanup work).
*/
GraphicsSharedPtr createSurfaceGraphics(const COMReference<surface_type>& rSurface);
}
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */

View file

@ -641,7 +641,6 @@ canvas/source/directx/dx_bitmap.cxx
canvas/source/directx/dx_bitmap.hxx
canvas/source/directx/dx_bitmapcanvashelper.cxx
canvas/source/directx/dx_bitmapcanvashelper.hxx
canvas/source/directx/dx_bitmapprovider.hxx
canvas/source/directx/dx_canvas.cxx
canvas/source/directx/dx_canvas.hxx
canvas/source/directx/dx_canvasbitmap.cxx
@ -678,7 +677,6 @@ canvas/source/directx/dx_spritehelper.hxx
canvas/source/directx/dx_surfacebitmap.cxx
canvas/source/directx/dx_surfacebitmap.hxx
canvas/source/directx/dx_surfacegraphics.cxx
canvas/source/directx/dx_surfacegraphics.hxx
canvas/source/directx/dx_textlayout.cxx
canvas/source/directx/dx_textlayout.hxx
canvas/source/directx/dx_textlayout_drawhelper.cxx