summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2007-07-17 13:20:45 +0000
committerOliver Bolte <obo@openoffice.org>2007-07-17 13:20:45 +0000
commit2afc4782f106f6bbd6cbe02ea038d732fc968b90 (patch)
tree70eacd4a1019d6b71df9ebf1dc3baf67bbc63ef3
parent5ecf3ad439400db3b74bbe7df3dbca9b68ccf72a (diff)
INTEGRATION: CWS presfixes12 (1.3.24); FILE MERGED
2007/02/14 13:21:02 thb 1.3.24.1: #i37778# Added XCanvas::clear() to all canvas implentations
-rw-r--r--canvas/source/cairo/cairo_canvashelper.hxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/canvas/source/cairo/cairo_canvashelper.hxx b/canvas/source/cairo/cairo_canvashelper.hxx
index 612cb3c7b258..b7da582ca01c 100644
--- a/canvas/source/cairo/cairo_canvashelper.hxx
+++ b/canvas/source/cairo/cairo_canvashelper.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: cairo_canvashelper.hxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: vg $ $Date: 2006-11-01 14:45:56 $
+ * last change: $Author: obo $ $Date: 2007-07-17 14:20:45 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -106,6 +106,7 @@ namespace cairocanvas
// 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,