summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2007-05-09 12:30:08 +0000
committerKurt Zenker <kz@openoffice.org>2007-05-09 12:30:08 +0000
commit8d8e84c0a89503db6c102f3bf926f3d1bc5ba5c0 (patch)
treedfd731ae5433d61a2a05be24b602da1ce21f7cac
parent46d8a0dc6cb0ea0370ddc9f6711a5e3ca5e94481 (diff)
INTEGRATION: CWS aw048 (1.2.20); FILE MERGED
2007/04/18 10:54:44 aw 1.2.20.1: adaption to moved headers
-rw-r--r--svx/inc/svx/xpoly.hxx10
1 files changed, 6 insertions, 4 deletions
diff --git a/svx/inc/svx/xpoly.hxx b/svx/inc/svx/xpoly.hxx
index 2711d9f378a6..8ccc403d3e47 100644
--- a/svx/inc/svx/xpoly.hxx
+++ b/svx/inc/svx/xpoly.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: xpoly.hxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: vg $ $Date: 2007-04-11 16:59:52 $
+ * last change: $Author: kz $ $Date: 2007-05-09 13:30:08 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -158,7 +158,8 @@ public:
basegfx::B2DPolygon getB2DPolygon() const;
// #116512# constructor to convert from basegfx::B2DPolygon
- XPolygon(const basegfx::B2DPolygon& rPolygon);
+ // #i76339# made explicit
+ explicit XPolygon(const basegfx::B2DPolygon& rPolygon);
};
/*************************************************************************
@@ -222,7 +223,8 @@ public:
basegfx::B2DPolyPolygon getB2DPolyPolygon() const;
// #116512# constructor to convert from basegfx::B2DPolyPolygon
- XPolyPolygon(const basegfx::B2DPolyPolygon& rPolyPolygon);
+ // #i76339# made explicit
+ explicit XPolyPolygon(const basegfx::B2DPolyPolygon& rPolyPolygon);
};
#endif // _XPOLY_HXX