summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cppcanvas/inc/cppcanvas/sprite.hxx6
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;