summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/geometry
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2005-04-18 08:31:05 +0000
committerOliver Bolte <obo@openoffice.org>2005-04-18 08:31:05 +0000
commite6ecf6b12919cd3e2533b88c2a328e49f3e651db (patch)
tree341e576fc33c8c1897f96a54bdf9c14c8b7d5cf2 /offapi/com/sun/star/geometry
parent38b7d3a088756944b669e27f597f927d31cb56c5 (diff)
INTEGRATION: CWS presfixes03 (1.2.8); FILE MERGED
2005/04/01 16:25:53 thb 1.2.8.1: #i39245#, #i37793# Rectified some problems when implementing bezier curve support at the XPolyPolygon2D; replaced @since <bugid> with @since OOo 2.0.0; clarified documentation; removed last remnants of the drafts namespace
Diffstat (limited to 'offapi/com/sun/star/geometry')
-rw-r--r--offapi/com/sun/star/geometry/AffineMatrix2D.idl6
-rw-r--r--offapi/com/sun/star/geometry/EllipticalArc.idl6
-rw-r--r--offapi/com/sun/star/geometry/IntegerBezierSegment2D.idl8
3 files changed, 10 insertions, 10 deletions
diff --git a/offapi/com/sun/star/geometry/AffineMatrix2D.idl b/offapi/com/sun/star/geometry/AffineMatrix2D.idl
index 0ba6e12f90bd..894f5bd44007 100644
--- a/offapi/com/sun/star/geometry/AffineMatrix2D.idl
+++ b/offapi/com/sun/star/geometry/AffineMatrix2D.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: AffineMatrix2D.idl,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: vg $ $Date: 2005-03-10 12:19:39 $
+ * last change: $Author: obo $ $Date: 2005-04-18 09:29:38 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -99,7 +99,7 @@ module com { module sun { module star { module geometry {
printer, Then, the total transformation matrix and the device
resolution determine the actual measurement unit.<p>
- @since #110496#
+ @since OOo 2.0.0
*/
struct AffineMatrix2D
{
diff --git a/offapi/com/sun/star/geometry/EllipticalArc.idl b/offapi/com/sun/star/geometry/EllipticalArc.idl
index b276192af2d2..31cd264cf4bc 100644
--- a/offapi/com/sun/star/geometry/EllipticalArc.idl
+++ b/offapi/com/sun/star/geometry/EllipticalArc.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: EllipticalArc.idl,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: vg $ $Date: 2005-03-10 12:19:52 $
+ * last change: $Author: obo $ $Date: 2005-04-18 09:30:47 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -79,7 +79,7 @@ module com { module sun { module star { module geometry {
constrains. Thus, there are two flags indicating which one of those
ellipses should be taken.<p>
- @since #110496#
+ @since OOo 2.0.0
*/
struct EllipticalArc
{
diff --git a/offapi/com/sun/star/geometry/IntegerBezierSegment2D.idl b/offapi/com/sun/star/geometry/IntegerBezierSegment2D.idl
index bfd6684fcbac..19cec6853e9f 100644
--- a/offapi/com/sun/star/geometry/IntegerBezierSegment2D.idl
+++ b/offapi/com/sun/star/geometry/IntegerBezierSegment2D.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: IntegerBezierSegment2D.idl,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: vg $ $Date: 2005-03-10 12:20:07 $
+ * last change: $Author: obo $ $Date: 2005-04-18 09:31:05 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -74,8 +74,8 @@ module com { module sun { module star { module geometry {
the end point of the last curve, and the remaining members
ignored.<p>
- @see drafts.com.sun.star.rendering.XBezierPolyPolygon2D
- @since #110496#
+ @see com.sun.star.rendering.XBezierPolyPolygon2D
+ @since OOo 2.0.0
*/
struct IntegerBezierSegment2D
{