summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/drawing/XGluePointsSupplier.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/drawing/XGluePointsSupplier.idl')
-rw-r--r--offapi/com/sun/star/drawing/XGluePointsSupplier.idl4
1 files changed, 2 insertions, 2 deletions
diff --git a/offapi/com/sun/star/drawing/XGluePointsSupplier.idl b/offapi/com/sun/star/drawing/XGluePointsSupplier.idl
index 7343a414c40c..8e129ba12a64 100644
--- a/offapi/com/sun/star/drawing/XGluePointsSupplier.idl
+++ b/offapi/com/sun/star/drawing/XGluePointsSupplier.idl
@@ -25,14 +25,14 @@
module com { module sun { module star { module drawing {
-/** must be supported to provide access to a container of <type>GluePoint2</type>.
+/** must be supported to provide access to a container of GluePoint2.
*/
published interface XGluePointsSupplier: com::sun::star::uno::XInterface
{
/**
@return
- a container of <type>GluePoint2</type> structs.
+ a container of GluePoint2 structs.
*/
com::sun::star::container::XIndexContainer getGluePoints();