summaryrefslogtreecommitdiff
path: root/udkapi/com/sun/star/container/XEnumerableMap.idl
diff options
context:
space:
mode:
Diffstat (limited to 'udkapi/com/sun/star/container/XEnumerableMap.idl')
-rw-r--r--udkapi/com/sun/star/container/XEnumerableMap.idl4
1 files changed, 2 insertions, 2 deletions
diff --git a/udkapi/com/sun/star/container/XEnumerableMap.idl b/udkapi/com/sun/star/container/XEnumerableMap.idl
index 0ef7d867a4ed..1be6ec8a4e38 100644
--- a/udkapi/com/sun/star/container/XEnumerableMap.idl
+++ b/udkapi/com/sun/star/container/XEnumerableMap.idl
@@ -49,7 +49,7 @@ module com { module sun { module star { module container {
<p>Implementations of this interface might decide to support only <em>isolated</em> enumerators, or
only <em>non-isolated</em> enumerators. Again, it's up to the service to specify this. Requesting an
- enumerator type which is not supported will generally result in an <type scope="com::sun::star::lang">NoSupportException</type>
+ enumerator type which is not supported will generally result in an com::sun::star::lang::NoSupportException
being thrown.</p>
*/
interface XEnumerableMap : XMap
@@ -78,7 +78,7 @@ interface XEnumerableMap : XMap
/** creates a enumerator for the key-value pairs of the map
- <p>The elements returned by the enumerator are instances of <type scope="com::sun::star::beans">Pair</type>,
+ <p>The elements returned by the enumerator are instances of com::sun::star::beans::Pair,
holding the key-value-pairs which are part of the map.</p>
@param Isolated