summaryrefslogtreecommitdiff
path: root/udkapi
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2013-04-27 23:52:30 +0200
committerMichael Stahl <mstahl@redhat.com>2013-06-04 12:01:02 +0200
commita93783c42d46d60a93e78348db942a571e34abd4 (patch)
tree7686a820038469de29c3681ffc7875dec754907e /udkapi
parentd11a7b5eb1b127c4f60367ecaeb64868313002d6 (diff)
*api: convert <arg>
... which does not seem to do anything anyway. sed -i "s,<arg>\([^<]\+\)</arg>,\1,g" Change-Id: I90bcf81ea046bc88297ed8eadc560ad31d19830b
Diffstat (limited to 'udkapi')
-rw-r--r--udkapi/com/sun/star/container/EnumerableMap.idl4
-rw-r--r--udkapi/com/sun/star/uri/XVndSunStarScriptUrl.idl4
2 files changed, 4 insertions, 4 deletions
diff --git a/udkapi/com/sun/star/container/EnumerableMap.idl b/udkapi/com/sun/star/container/EnumerableMap.idl
index cb24b7615f3f..e121843bd32b 100644
--- a/udkapi/com/sun/star/container/EnumerableMap.idl
+++ b/udkapi/com/sun/star/container/EnumerableMap.idl
@@ -82,7 +82,7 @@ service EnumerableMap : XEnumerableMap
denotes the type of the values in the to-be-created map
@throws ::com::sun::star::beans::IllegalTypeException
- if <arg>KeyType</arg> or <arg>ValueType</arg> are unsupported types.
+ if KeyType or ValueType are unsupported types.
For values, all type classes except com::sun::star::uno::TypeClass::VOID
and com::sun::star::uno::TypeClass::UNKNOWN are accepted.
For keys, scalar types, strings, com::sun::star::uno::Type itself, and interface
@@ -104,7 +104,7 @@ service EnumerableMap : XEnumerableMap
denote the values contained in the to-be-created map
@throws ::com::sun::star::beans::IllegalTypeException
- if <arg>KeyType</arg> or <arg>ValueType</arg> are unsupported types.
+ if KeyType or ValueType are unsupported types.
For values, all type classes except com::sun::star::uno::TypeClass::VOID
are accepted.<br/>
For keys, scalar types, strings, com::sun::star::uno::Type itself, and interface
diff --git a/udkapi/com/sun/star/uri/XVndSunStarScriptUrl.idl b/udkapi/com/sun/star/uri/XVndSunStarScriptUrl.idl
index 63d7f03c7e3c..d4bf276e58e3 100644
--- a/udkapi/com/sun/star/uri/XVndSunStarScriptUrl.idl
+++ b/udkapi/com/sun/star/uri/XVndSunStarScriptUrl.idl
@@ -71,7 +71,7 @@ published interface XVndSunStarScriptUrl: com::sun::star::uno::XInterface {
specifies the non-escaped new name part of the URL.
@throws ::com::sun::star::lang::IllegalArgumentException
- if <arg>name</arg> is empty
+ if name is empty
@since OOo 3.0
*/
@@ -116,7 +116,7 @@ published interface XVndSunStarScriptUrl: com::sun::star::uno::XInterface {
Otherwise, a parameter with the given key/value will be appended.
@throws ::com::sun::star::lang::IllegalArgumentException
- if <arg>key</arg> is empty
+ if key is empty
@since OOo 3.0
*/