summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/rendering/XLinePolyPolygon2D.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/rendering/XLinePolyPolygon2D.idl')
-rw-r--r--offapi/com/sun/star/rendering/XLinePolyPolygon2D.idl2
1 files changed, 1 insertions, 1 deletions
diff --git a/offapi/com/sun/star/rendering/XLinePolyPolygon2D.idl b/offapi/com/sun/star/rendering/XLinePolyPolygon2D.idl
index 1070b945a683..551051c42e66 100644
--- a/offapi/com/sun/star/rendering/XLinePolyPolygon2D.idl
+++ b/offapi/com/sun/star/rendering/XLinePolyPolygon2D.idl
@@ -79,7 +79,7 @@ interface XLinePolyPolygon2D : XPolyPolygon2D
such that after this method completes, it contains exactly the
specified point data.
- @throws <type>com::sun::star::lang::IndexOutOfBoundsException</type>
+ @throws com::sun::star::lang::IndexOutOfBoundsException
if one of the given values exceed the permissible range.
*/
void setPoints( [in] sequence< sequence< ::com::sun::star::geometry::RealPoint2D > > points, [in] long nPolygonIndex )