From 114512cb38dae8b62637880210cd70a931b592b2 Mon Sep 17 00:00:00 2001 From: Kurt Zenker Date: Tue, 24 Jun 2008 10:25:17 +0000 Subject: INTEGRATION: CWS canvas05 (1.4.386); FILE MERGED 2008/04/21 07:37:24 thb 1.4.386.2: RESYNC: (1.4-1.5); FILE MERGED 2007/10/01 13:33:53 thb 1.4.386.1: #i79437# Merge from CWS picom --- offapi/com/sun/star/rendering/XBezierPolyPolygon2D.idl | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'offapi/com/sun/star/rendering') diff --git a/offapi/com/sun/star/rendering/XBezierPolyPolygon2D.idl b/offapi/com/sun/star/rendering/XBezierPolyPolygon2D.idl index e9ac39e17d1c..4a397988a74c 100644 --- a/offapi/com/sun/star/rendering/XBezierPolyPolygon2D.idl +++ b/offapi/com/sun/star/rendering/XBezierPolyPolygon2D.idl @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: XBezierPolyPolygon2D.idl,v $ - * $Revision: 1.5 $ + * $Revision: 1.6 $ * * This file is part of OpenOffice.org. * @@ -88,7 +88,7 @@ interface XBezierPolyPolygon2D : XPolyPolygon2D @returns the sequence of extracted points. - @throws com::sun::star::lang::IndexOutOfBoundsException + @throws com::sun::star::lang::IndexOutOfBoundsException if one of the given values exceed the permissible range. */ sequence< sequence < ::com::sun::star::geometry::RealBezierSegment2D > > getBezierSegments( [in] long nPolygonIndex, [in] long nNumberOfPolygons, [in] long nPointIndex, [in] long nNumberOfPoints ) @@ -114,7 +114,7 @@ interface XBezierPolyPolygon2D : XPolyPolygon2D such that after this method completes, it contains exactly the specified bezier segment data. - @throws com::sun::star::lang::IndexOutOfBoundsException + @throws com::sun::star::lang::IndexOutOfBoundsException if one of the given values exceed the permissible range. */ void setBezierSegments( [in] sequence< sequence< ::com::sun::star::geometry::RealBezierSegment2D > > points, [in] long nPolygonIndex ) @@ -136,7 +136,7 @@ interface XBezierPolyPolygon2D : XPolyPolygon2D @returns the requested point. - @throws com::sun::star::lang::IndexOutOfBoundsException + @throws com::sun::star::lang::IndexOutOfBoundsException if one of the given values exceed the permissible range. */ @@ -166,7 +166,7 @@ interface XBezierPolyPolygon2D : XPolyPolygon2D nPolygonIndex, which is to be set. This value must not exceed the number of points in this polygon. - @throws com::sun::star::lang::IndexOutOfBoundsException + @throws com::sun::star::lang::IndexOutOfBoundsException if one of the given values exceed the permissible range. */ void setBezierSegment( [in] ::com::sun::star::geometry::RealBezierSegment2D point, [in] long nPolygonIndex, [in] long nPointIndex ) -- cgit