diff options
author | Michael Stahl <mstahl@redhat.com> | 2013-04-27 23:52:30 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2013-06-04 12:01:02 +0200 |
commit | a93783c42d46d60a93e78348db942a571e34abd4 (patch) | |
tree | 7686a820038469de29c3681ffc7875dec754907e /udkapi/com/sun/star/container | |
parent | d11a7b5eb1b127c4f60367ecaeb64868313002d6 (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/com/sun/star/container')
-rw-r--r-- | udkapi/com/sun/star/container/EnumerableMap.idl | 4 |
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 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 |