From e4b4ec133d72e64bef93553e44bf9974520c3a15 Mon Sep 17 00:00:00 2001 From: Oliver Bolte Date: Tue, 17 Jul 2007 14:23:37 +0000 Subject: INTEGRATION: CWS presfixes12 (1.7.50); FILE MERGED 2007/03/08 21:37:18 thb 1.7.50.1: #i37778# Added extra setClip() method to be able to set no clip - setting a clip with zero polygons by definition clips everything --- cppcanvas/inc/cppcanvas/sprite.hxx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'cppcanvas/inc') diff --git a/cppcanvas/inc/cppcanvas/sprite.hxx b/cppcanvas/inc/cppcanvas/sprite.hxx index 61ff6bec47b4..953e2105f5c0 100644 --- a/cppcanvas/inc/cppcanvas/sprite.hxx +++ b/cppcanvas/inc/cppcanvas/sprite.hxx @@ -4,9 +4,9 @@ * * $RCSfile: sprite.hxx,v $ * - * $Revision: 1.7 $ + * $Revision: 1.8 $ * - * last change: $Author: kz $ $Date: 2005-11-02 13:38:52 $ + * last change: $Author: obo $ $Date: 2007-07-17 15:23:37 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -103,6 +103,8 @@ namespace cppcanvas */ virtual void setClip( const ::basegfx::B2DPolyPolygon& rClipPoly ) = 0; + virtual void setClip() = 0; + virtual void show() = 0; virtual void hide() = 0; -- cgit