summaryrefslogtreecommitdiffstats
path: root/udkapi/com/sun/star/container/XEnumeration.idl
diff options
context:
space:
mode:
Diffstat (limited to 'udkapi/com/sun/star/container/XEnumeration.idl')
-rw-r--r--udkapi/com/sun/star/container/XEnumeration.idl2
1 files changed, 1 insertions, 1 deletions
diff --git a/udkapi/com/sun/star/container/XEnumeration.idl b/udkapi/com/sun/star/container/XEnumeration.idl
index 4738355a0f86..ceee9f391b76 100644
--- a/udkapi/com/sun/star/container/XEnumeration.idl
+++ b/udkapi/com/sun/star/container/XEnumeration.idl
@@ -32,7 +32,7 @@ module com { module sun { module star { module container {
/** provides functionality to enumerate the contents of a container.
- <p>An object that implements the <type>XEnumeration</type> interface
+ <p>An object that implements the XEnumeration interface
generates a series of elements, one at a time. Successive calls to
the <code>XEnumeration::nextElement</code> method return successive
elements of the series. </p>