summaryrefslogtreecommitdiff
path: root/udkapi/com/sun/star/container/EnumerableMap.idl
diff options
context:
space:
mode:
Diffstat (limited to 'udkapi/com/sun/star/container/EnumerableMap.idl')
-rw-r--r--udkapi/com/sun/star/container/EnumerableMap.idl4
1 files changed, 2 insertions, 2 deletions
diff --git a/udkapi/com/sun/star/container/EnumerableMap.idl b/udkapi/com/sun/star/container/EnumerableMap.idl
index cda2c85fa5c3..e0bb4d8aa0db 100644
--- a/udkapi/com/sun/star/container/EnumerableMap.idl
+++ b/udkapi/com/sun/star/container/EnumerableMap.idl
@@ -30,7 +30,7 @@ module com { module sun { module star { module container {
/** provides a default XEnumerableMap implementation
- <p>For the keys put into the map using <member>XMap::put</member> or createImmutable(),
+ <p>For the keys put into the map using XMap::put() or createImmutable(),
the following rules apply:
<a name="keyrules"></a>
<ul><li>A <VOID/> key is not allowed.</li>
@@ -49,7 +49,7 @@ module com { module sun { module star { module container {
<li>All other key types are rejected.</li>
</ul></p>
- <p>For the values put into the map using <member>XMap::put</member> or createImmutable(),
+ <p>For the values put into the map using XMap::put() or createImmutable(),
the following rules apply:
<a name="valuerules"></a>
<ul><li>The <VOID/> value will be accepted to be put into the map.</p>