summaryrefslogtreecommitdiff
path: root/canvas
diff options
context:
space:
mode:
Diffstat (limited to 'canvas')
-rw-r--r--canvas/source/directx/dx_surfacebitmap.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/canvas/source/directx/dx_surfacebitmap.cxx b/canvas/source/directx/dx_surfacebitmap.cxx
index d69a4ea02bad..13ce06f1cc67 100644
--- a/canvas/source/directx/dx_surfacebitmap.cxx
+++ b/canvas/source/directx/dx_surfacebitmap.cxx
@@ -47,8 +47,8 @@ namespace dxcanvas
public:
DXColorBuffer( const COMReference<surface_type>& rSurface,
const ::basegfx::B2IVector& rSize ) :
- mpSurface(rSurface),
maSize(rSize),
+ mpSurface(rSurface),
mbAlpha(false)
{
}
@@ -113,8 +113,8 @@ namespace dxcanvas
GDIColorBuffer( const BitmapSharedPtr& rSurface,
const ::basegfx::B2IVector& rSize ) :
- mpGDIPlusBitmap(rSurface),
maSize(rSize),
+ mpGDIPlusBitmap(rSurface),
mbAlpha(true)
{
}