diff options
author | Rüdiger Timm <rt@openoffice.org> | 2004-11-26 17:33:10 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2004-11-26 17:33:10 +0000 |
commit | 8393955f88281b8ad319dc437a3c094af4a0ec08 (patch) | |
tree | 6e7ad305a5be80c7022a2a8f02c569d694a1d6de /basegfx | |
parent | d4034ca0e6e0acd28251de183bfd1dac8988c64d (diff) |
INTEGRATION: CWS presentationengine01 (1.9.2); FILE MERGED
2004/04/21 18:45:54 thb 1.9.2.1: #110496# Added B2DPolygon contructor to B2DPolyPolygon, added rect2poly convenience method to polygontools
Diffstat (limited to 'basegfx')
-rw-r--r-- | basegfx/inc/basegfx/polygon/b2dpolypolygon.hxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/basegfx/inc/basegfx/polygon/b2dpolypolygon.hxx b/basegfx/inc/basegfx/polygon/b2dpolypolygon.hxx index 13ac2a51fa92..b009687d1323 100644 --- a/basegfx/inc/basegfx/polygon/b2dpolypolygon.hxx +++ b/basegfx/inc/basegfx/polygon/b2dpolypolygon.hxx @@ -2,9 +2,9 @@ * * $RCSfile: b2dpolypolygon.hxx,v $ * - * $Revision: 1.9 $ + * $Revision: 1.10 $ * - * last change: $Author: thb $ $Date: 2004-02-16 17:03:06 $ + * last change: $Author: rt $ $Date: 2004-11-26 18:33:10 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -91,6 +91,7 @@ namespace basegfx public: B2DPolyPolygon(); B2DPolyPolygon(const B2DPolyPolygon& rPolyPolygon); + explicit B2DPolyPolygon(const B2DPolygon& rPolygon); ~B2DPolyPolygon(); // assignment operator |