diff options
author | Oliver Bolte <obo@openoffice.org> | 2007-07-17 13:22:06 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2007-07-17 13:22:06 +0000 |
commit | 11dee9e81b963bf95829f1f48e039594136171bf (patch) | |
tree | 570a6b8389ad495c4730a46a192ca9604ef3b0cf /canvas/source/cairo/cairo_spritehelper.hxx | |
parent | a28255a9f45535dee7f832ce70ddbf7eb936e553 (diff) |
INTEGRATION: CWS presfixes12 (1.2.58); FILE MERGED
2007/02/20 22:23:07 thb 1.2.58.1: #i37778# Added XCanvas::clear() method throughout all implementations
Diffstat (limited to 'canvas/source/cairo/cairo_spritehelper.hxx')
-rw-r--r-- | canvas/source/cairo/cairo_spritehelper.hxx | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/canvas/source/cairo/cairo_spritehelper.hxx b/canvas/source/cairo/cairo_spritehelper.hxx index 3d89ec3f4d6b..49c4bc392cec 100644 --- a/canvas/source/cairo/cairo_spritehelper.hxx +++ b/canvas/source/cairo/cairo_spritehelper.hxx @@ -4,9 +4,9 @@ * * $RCSfile: cairo_spritehelper.hxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: kz $ $Date: 2006-02-28 10:39:02 $ + * last change: $Author: obo $ $Date: 2007-07-17 14:22:06 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -110,7 +110,6 @@ namespace cairocanvas bool bBufferedUpdate ) const; private: - virtual void clearSurface(); virtual ::basegfx::B2DPolyPolygon polyPolygonFromXPolyPolygon2D( ::com::sun::star::uno::Reference< ::com::sun::star::rendering::XPolyPolygon2D >& xPoly ) const; |