diff options
author | Mikhail Voytenko <mav@openoffice.org> | 2011-01-10 12:15:36 +0100 |
---|---|---|
committer | Mikhail Voytenko <mav@openoffice.org> | 2011-01-10 12:15:36 +0100 |
commit | 2849a7757f4152ca8f20ba2809ded8fa2c64433c (patch) | |
tree | 7e9a875de5fd4acad81eb49802663378f2202b2a /canvas/source/cairo | |
parent | a1331d45d308d6e1c426d1cc17012ac84d1113a4 (diff) |
removetooltypes01: #i112600# adjust canvas
Diffstat (limited to 'canvas/source/cairo')
-rw-r--r-- | canvas/source/cairo/cairo_canvashelper_texturefill.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/canvas/source/cairo/cairo_canvashelper_texturefill.cxx b/canvas/source/cairo/cairo_canvashelper_texturefill.cxx index ee8aff6980cf..43447645daf9 100644 --- a/canvas/source/cairo/cairo_canvashelper_texturefill.cxx +++ b/canvas/source/cairo/cairo_canvashelper_texturefill.cxx @@ -82,7 +82,7 @@ namespace cairocanvas const ::Size& rTileSize, const GraphicAttr& rAttr) { - BOOL bRet( false ); + bool bRet( false ); Point aCurrPos; int nX, nY; |