diff options
author | Oliver Bolte <obo@openoffice.org> | 2007-07-17 14:23:37 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2007-07-17 14:23:37 +0000 |
commit | e4b4ec133d72e64bef93553e44bf9974520c3a15 (patch) | |
tree | 9032fff09641f12dcdb938c8afd1148bb06f33bb /cppcanvas | |
parent | e36d17ae50bfdc975ced4004fa3b7f217e482de8 (diff) |
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
Diffstat (limited to 'cppcanvas')
-rw-r--r-- | cppcanvas/inc/cppcanvas/sprite.hxx | 6 |
1 files changed, 4 insertions, 2 deletions
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; |