summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/rendering/XPolyPolygon2D.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/rendering/XPolyPolygon2D.idl')
-rw-r--r--offapi/com/sun/star/rendering/XPolyPolygon2D.idl6
1 files changed, 3 insertions, 3 deletions
diff --git a/offapi/com/sun/star/rendering/XPolyPolygon2D.idl b/offapi/com/sun/star/rendering/XPolyPolygon2D.idl
index a22da2ac5e73..c286a1648086 100644
--- a/offapi/com/sun/star/rendering/XPolyPolygon2D.idl
+++ b/offapi/com/sun/star/rendering/XPolyPolygon2D.idl
@@ -57,11 +57,11 @@ interface XPolyPolygon2D : ::com::sun::star::uno::XInterface
no effect on the poly-polygon it was added to.
@throws a
- <type>com::sun::star::lang::IllegalArgumentException</type>,
+ com::sun::star::lang::IllegalArgumentException,
if the XPolyPolygon2D parameter does not support one of the
data-providing derivative interfaces
- (<type>XBezierPolyPolygon2D</type>,
- <type>XLinePolyPolygon2D</type>).
+ (XBezierPolyPolygon2D,
+ XLinePolyPolygon2D).
*/
void addPolyPolygon( [in] ::com::sun::star::geometry::RealPoint2D position, [in] XPolyPolygon2D polyPolygon )
raises (com::sun::star::lang::IllegalArgumentException);