diff options
author | Oliver Bolte <obo@openoffice.org> | 2007-07-17 13:23:35 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2007-07-17 13:23:35 +0000 |
commit | acea325c504e0843021d464312413c56f18e5715 (patch) | |
tree | ef7dff5a514db328472c9b1585db6da7875c5443 /canvas | |
parent | 29af95711d5bc12eb3c05c43efdac4a7ff8fb16b (diff) |
INTEGRATION: CWS presfixes12 (1.3.48); FILE MERGED
2007/02/20 22:23:08 thb 1.3.48.1: #i37778# Added XCanvas::clear() method throughout all implementations
Diffstat (limited to 'canvas')
-rw-r--r-- | canvas/source/null/null_spritehelper.hxx | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/canvas/source/null/null_spritehelper.hxx b/canvas/source/null/null_spritehelper.hxx index 6ead30ec9b3d..79a049bd1323 100644 --- a/canvas/source/null/null_spritehelper.hxx +++ b/canvas/source/null/null_spritehelper.hxx @@ -4,9 +4,9 @@ * * $RCSfile: null_spritehelper.hxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: hr $ $Date: 2006-06-20 02:16:24 $ + * last change: $Author: obo $ $Date: 2007-07-17 14:23:35 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -101,7 +101,6 @@ namespace nullcanvas void redraw( bool& io_bSurfaceDirty ) const; private: - virtual void clearSurface(); virtual ::basegfx::B2DPolyPolygon polyPolygonFromXPolyPolygon2D( ::com::sun::star::uno::Reference< ::com::sun::star::rendering::XPolyPolygon2D >& xPoly ) const; |