summaryrefslogtreecommitdiff
path: root/cppcanvas
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2005-11-02 12:44:58 +0000
committerKurt Zenker <kz@openoffice.org>2005-11-02 12:44:58 +0000
commitf7120ec36560dad13d946fcd276eb2049711deb0 (patch)
treec07026c487a148c8c653f1baba65ea4f3a2e2219 /cppcanvas
parent697d2e6fe4d28a32a9d15bd2dcd04f7d4fc2568b (diff)
INTEGRATION: CWS canvas02 (1.6.4); FILE MERGED
2005/10/09 09:24:56 thb 1.6.4.2: RESYNC: (1.6-1.7); FILE MERGED 2005/08/19 11:08:35 thb 1.6.4.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')
-rw-r--r--cppcanvas/source/wrapper/vclfactory.cxx8
1 files changed, 6 insertions, 2 deletions
diff --git a/cppcanvas/source/wrapper/vclfactory.cxx b/cppcanvas/source/wrapper/vclfactory.cxx
index 277b42885cb7..dde011ecb261 100644
--- a/cppcanvas/source/wrapper/vclfactory.cxx
+++ b/cppcanvas/source/wrapper/vclfactory.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: vclfactory.cxx,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 08:32:07 $
+ * last change: $Author: kz $ $Date: 2005-11-02 13:44:58 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -57,6 +57,10 @@
#include <vcl/canvastools.hxx>
#endif
+#ifndef _BGFX_POLYGON_B2DPOLYPOLYGON_HXX
+#include <basegfx/polygon/b2dpolypolygon.hxx>
+#endif
+
#include <cppcanvas/vclfactory.hxx>
#include <implbitmapcanvas.hxx>