summaryrefslogtreecommitdiffstats
path: root/cppcanvas/inc
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2005-11-02 12:38:39 +0000
committerKurt Zenker <kz@openoffice.org>2005-11-02 12:38:39 +0000
commit4fcebb2c1f62e9f79a0f35028db4da6dd2bc3737 (patch)
tree1da4f43cf634e09e1e8fd5ac0be67f39cc053a80 /cppcanvas/inc
parentINTEGRATION: CWS canvas02 (1.6.4); FILE MERGED (diff)
downloadcore-4fcebb2c1f62e9f79a0f35028db4da6dd2bc3737.tar.gz
core-4fcebb2c1f62e9f79a0f35028db4da6dd2bc3737.zip
INTEGRATION: CWS canvas02 (1.3.24); FILE MERGED
2005/10/09 09:08:04 thb 1.3.24.2: RESYNC: (1.3-1.4); FILE MERGED 2005/08/19 11:06:08 thb 1.3.24.1: #i53538# Changed clip setting to use basegfx polygon (cppcanvas::PolyPolygon contains reference back to canvas)
Diffstat (limited to 'cppcanvas/inc')
-rw-r--r--cppcanvas/inc/cppcanvas/canvasgraphic.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/cppcanvas/inc/cppcanvas/canvasgraphic.hxx b/cppcanvas/inc/cppcanvas/canvasgraphic.hxx
index 740534f4847d..3e4c032a4beb 100644
--- a/cppcanvas/inc/cppcanvas/canvasgraphic.hxx
+++ b/cppcanvas/inc/cppcanvas/canvasgraphic.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: canvasgraphic.hxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 08:13:15 $
+ * last change: $Author: kz $ $Date: 2005-11-02 13:38:39 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -146,10 +146,10 @@ namespace cppcanvas
/** Set object clipping polygon
*/
- virtual void setClip( const PolyPolygonSharedPtr& rClipPoly ) = 0;
+ virtual void setClip( const ::basegfx::B2DPolyPolygon& rClipPoly ) = 0;
/** Get object clipping polygon
*/
- virtual PolyPolygonSharedPtr getClip() const = 0;
+ virtual ::basegfx::B2DPolyPolygon getClip() const = 0;
/** Set object color
*/