summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/i18n/XTextConversion.idl
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2013-04-27 21:47:17 +0200
committerMichael Stahl <mstahl@redhat.com>2013-06-04 12:00:59 +0200
commit944eb9902788d8afec9e3f0f65d3b680041e039b (patch)
tree3bbb926890561b81d9f6ae611be4677876799a36 /offapi/com/sun/star/i18n/XTextConversion.idl
parentcdbbbdce9956e290b4a849af332df55da1be8d36 (diff)
*api: convert <type>Foo</type>
Doxygen does not know type element and will recognize strings that contain capital letter (all API types do) automatically as type. This patch removes 15k doxygen warnings. git ls-files | grep \\.idl | xargs sed -i "s,<type>\([^<]\+\)</type>,\1," Change-Id: I45c07cf0b115d5fb5353f4aa9719839615ea1150
Diffstat (limited to 'offapi/com/sun/star/i18n/XTextConversion.idl')
-rw-r--r--offapi/com/sun/star/i18n/XTextConversion.idl14
1 files changed, 7 insertions, 7 deletions
diff --git a/offapi/com/sun/star/i18n/XTextConversion.idl b/offapi/com/sun/star/i18n/XTextConversion.idl
index dc6b218d7568..e809cebb9973 100644
--- a/offapi/com/sun/star/i18n/XTextConversion.idl
+++ b/offapi/com/sun/star/i18n/XTextConversion.idl
@@ -48,11 +48,11 @@ published interface XTextConversion : ::com::sun::star::uno::XInterface
@param aLocal
Locale the conversion is referring to.
@param nTextConversionType
- One of <type>TextConversionType</type> values.
+ One of TextConversionType values.
@param nTextConversionOptions
- Combination of <type>TextConversionOption</type> values.
+ Combination of TextConversionOption values.
@returns
- <type>TextConversionResult</type>
+ TextConversionResult
@throws NoSupportException
when <var>nConversionDictionaryType</var> is not known by the implementation,
@@ -81,9 +81,9 @@ published interface XTextConversion : ::com::sun::star::uno::XInterface
@param aLocal
Locale the conversion is referring to.
@param nTextConversionType
- One of <type>TextConversionType</type> values.
+ One of TextConversionType values.
@param nTextConversionOptions
- Combination of <type>TextConversionOption</type> values.
+ Combination of TextConversionOption values.
@returns
Converted text
@@ -107,9 +107,9 @@ published interface XTextConversion : ::com::sun::star::uno::XInterface
@param aLocal
Locale the conversion is referring to.
@param nTextConversionType
- One of <type>TextConversionType</type> values.
+ One of TextConversionType values.
@param nTextConversionOptions
- Combination of <type>TextConversionOption</type> values.
+ Combination of TextConversionOption values.
@returns
<TRUE/> if the entry is a valid entry for the dictionary
<FALSE/> otherwise.