diff options
author | Oliver Bolte <obo@openoffice.org> | 2007-07-17 13:22:52 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2007-07-17 13:22:52 +0000 |
commit | a195f94a383ef19c0837c585349ad0e85fd6f678 (patch) | |
tree | cbef6e5ff853a3ebb2c977fd1bb0a457343c0934 /canvas/source/null | |
parent | a239943b13d509c5ea60384da42ae315692efcf2 (diff) |
INTEGRATION: CWS presfixes12 (1.4.30); FILE MERGED
2007/02/14 13:21:01 thb 1.4.30.1: #i37778# Added XCanvas::clear() to all canvas implentations
Diffstat (limited to 'canvas/source/null')
-rw-r--r-- | canvas/source/null/null_canvashelper.cxx | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/canvas/source/null/null_canvashelper.cxx b/canvas/source/null/null_canvashelper.cxx index f12576f3f73b..0378ff23e194 100644 --- a/canvas/source/null/null_canvashelper.cxx +++ b/canvas/source/null/null_canvashelper.cxx @@ -4,9 +4,9 @@ * * $RCSfile: null_canvashelper.cxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: obo $ $Date: 2006-09-17 03:23:18 $ + * last change: $Author: obo $ $Date: 2007-07-17 14:22:52 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -89,6 +89,10 @@ namespace nullcanvas mbHaveAlpha = bHasAlpha; } + void CanvasHelper::clear() + { + } + void CanvasHelper::drawPoint( const rendering::XCanvas* /*pCanvas*/, const geometry::RealPoint2D& /*aPoint*/, const rendering::ViewState& /*viewState*/, |