diff options
Diffstat (limited to 'canvas/source')
-rw-r--r-- | canvas/source/cairo/cairo_canvasbitmap.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/canvas/source/cairo/cairo_canvasbitmap.cxx b/canvas/source/cairo/cairo_canvasbitmap.cxx index eae13190088c..68650638cdfa 100644 --- a/canvas/source/cairo/cairo_canvasbitmap.cxx +++ b/canvas/source/cairo/cairo_canvasbitmap.cxx @@ -46,7 +46,7 @@ namespace { HBITMAP surface2HBitmap( const SurfaceSharedPtr& rSurface, const basegfx::B2ISize& rSize ) { - // cant seem to retrieve HBITMAP from cairo. copy content then + // can't seem to retrieve HBITMAP from cairo. copy content then HDC hScreenDC=GetDC(NULL); HBITMAP hBmpBitmap = CreateCompatibleBitmap( hScreenDC, rSize.getX(), |