summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/i18n/XTextConversion.idl
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2013-05-01 00:26:55 +0200
committerMichael Stahl <mstahl@redhat.com>2013-06-04 12:01:08 +0200
commit392706b5f743b2f989ba5a120bbb31c2296bf902 (patch)
tree6d37555b819fb1c482106f29c0aede2a121ae819 /offapi/com/sun/star/i18n/XTextConversion.idl
parented993aafc928717ead4fae6b6dac8845771d8661 (diff)
*api: fix loads of badly documented parameters
Change-Id: Ifcfdcc1aee5f45745ab17d83f69c2cf293b58196
Diffstat (limited to 'offapi/com/sun/star/i18n/XTextConversion.idl')
-rw-r--r--offapi/com/sun/star/i18n/XTextConversion.idl12
1 files changed, 6 insertions, 6 deletions
diff --git a/offapi/com/sun/star/i18n/XTextConversion.idl b/offapi/com/sun/star/i18n/XTextConversion.idl
index 0c48f84df33b..adfa7a3a5077 100644
--- a/offapi/com/sun/star/i18n/XTextConversion.idl
+++ b/offapi/com/sun/star/i18n/XTextConversion.idl
@@ -45,7 +45,7 @@ published interface XTextConversion : ::com::sun::star::uno::XInterface
The start position in aText for the conversion
@param nLength
The length of the portion in aText for the conversion
- @param aLocal
+ @param Locale
Locale the conversion is referring to.
@param nTextConversionType
One of TextConversionType values.
@@ -62,7 +62,7 @@ published interface XTextConversion : ::com::sun::star::uno::XInterface
[in] string aText,
[in] long nStartPos,
[in] long nLength,
- [in] ::com::sun::star::lang::Locale aLocale,
+ [in] ::com::sun::star::lang::Locale Locale,
[in] short nTextConversionType,
[in] long nTextConversionOptions )
raises( com::sun::star::lang::IllegalArgumentException,
@@ -78,7 +78,7 @@ published interface XTextConversion : ::com::sun::star::uno::XInterface
The start position in aText for the conversion
@param nLength
The length of the portion in aText for the conversion
- @param aLocal
+ @param Locale
Locale the conversion is referring to.
@param nTextConversionType
One of TextConversionType values.
@@ -95,7 +95,7 @@ published interface XTextConversion : ::com::sun::star::uno::XInterface
[in] string aText,
[in] long nStartPos,
[in] long nLength,
- [in] ::com::sun::star::lang::Locale aLocale,
+ [in] ::com::sun::star::lang::Locale Locale,
[in] short nTextConversionType,
[in] long nTextConversionOptions )
raises( com::sun::star::lang::IllegalArgumentException,
@@ -104,7 +104,7 @@ published interface XTextConversion : ::com::sun::star::uno::XInterface
/** Method to query if the conversion type should be interactive or
non-interactive mode.
- @param aLocal
+ @param Locale
Locale the conversion is referring to.
@param nTextConversionType
One of TextConversionType values.
@@ -119,7 +119,7 @@ published interface XTextConversion : ::com::sun::star::uno::XInterface
or when the locale is not supported.
*/
boolean interactiveConversion(
- [in] ::com::sun::star::lang::Locale aLocale,
+ [in] ::com::sun::star::lang::Locale Locale,
[in] short nTextConversionType,
[in] long nTextConversionOptions )
raises( com::sun::star::lang::IllegalArgumentException,