summaryrefslogtreecommitdiff
path: root/cppcanvas/source/wrapper/implcustomsprite.cxx
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2005-11-02 12:43:38 +0000
committerKurt Zenker <kz@openoffice.org>2005-11-02 12:43:38 +0000
commit8bb32b9831eb5b322e9463a2dfeafc451cf8de9c (patch)
tree7c78bbab0e8a772e745ca5e5042bdb12f104c163 /cppcanvas/source/wrapper/implcustomsprite.cxx
parenta9581edb320994cb990d4d6334ae13cbbdfe00a8 (diff)
INTEGRATION: CWS canvas02 (1.5.8); FILE MERGED
2005/10/09 09:20:43 thb 1.5.8.2: RESYNC: (1.5-1.6); FILE MERGED 2005/08/19 11:08:34 thb 1.5.8.1: #i53538# Changed clip setting to use basegfx polygon (cppcanvas::PolyPolygon contains reference back to canvas); changed direct access to base class member to getter method, thus, providing the actual XCanvas clip polygon lazily.
Diffstat (limited to 'cppcanvas/source/wrapper/implcustomsprite.cxx')
-rw-r--r--cppcanvas/source/wrapper/implcustomsprite.cxx8
1 files changed, 6 insertions, 2 deletions
diff --git a/cppcanvas/source/wrapper/implcustomsprite.cxx b/cppcanvas/source/wrapper/implcustomsprite.cxx
index 028921b24d4d..be3420eac77f 100644
--- a/cppcanvas/source/wrapper/implcustomsprite.cxx
+++ b/cppcanvas/source/wrapper/implcustomsprite.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: implcustomsprite.cxx,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 08:27:39 $
+ * last change: $Author: kz $ $Date: 2005-11-02 13:43:38 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -33,6 +33,10 @@
*
************************************************************************/
+#ifndef _BGFX_POLYGON_B2DPOLYPOLYGON_HXX
+#include <basegfx/polygon/b2dpolypolygon.hxx>
+#endif
+
#include <implcustomsprite.hxx>
#include <implcanvas.hxx>