diff options
author | Oliver Bolte <obo@openoffice.org> | 2007-07-17 13:23:06 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2007-07-17 13:23:06 +0000 |
commit | aeb8f4081f200431d509672cad8847998b532845 (patch) | |
tree | fb0bb18459cffaf57710bd6c4bc59e44fd145dbe | |
parent | a195f94a383ef19c0837c585349ad0e85fd6f678 (diff) |
INTEGRATION: CWS presfixes12 (1.2.76); FILE MERGED
2007/02/14 13:21:01 thb 1.2.76.1: #i37778# Added XCanvas::clear() to all canvas implentations
-rw-r--r-- | canvas/source/null/null_canvashelper.hxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/canvas/source/null/null_canvashelper.hxx b/canvas/source/null/null_canvashelper.hxx index e89ff34f697d..e3e66deca903 100644 --- a/canvas/source/null/null_canvashelper.hxx +++ b/canvas/source/null/null_canvashelper.hxx @@ -4,9 +4,9 @@ * * $RCSfile: null_canvashelper.hxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: kz $ $Date: 2005-11-02 12:49:09 $ + * last change: $Author: obo $ $Date: 2007-07-17 14:23:06 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -88,6 +88,7 @@ namespace nullcanvas // XCanvas (only providing, not implementing the // interface. Also note subtle method parameter differences) + void clear(); void drawPoint( const ::com::sun::star::rendering::XCanvas* pCanvas, const ::com::sun::star::geometry::RealPoint2D& aPoint, const ::com::sun::star::rendering::ViewState& viewState, |