summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/i18n/XNumberFormatCode.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/i18n/XNumberFormatCode.idl')
-rw-r--r--offapi/com/sun/star/i18n/XNumberFormatCode.idl8
1 files changed, 4 insertions, 4 deletions
diff --git a/offapi/com/sun/star/i18n/XNumberFormatCode.idl b/offapi/com/sun/star/i18n/XNumberFormatCode.idl
index d201f3e11543..b6feea9da0aa 100644
--- a/offapi/com/sun/star/i18n/XNumberFormatCode.idl
+++ b/offapi/com/sun/star/i18n/XNumberFormatCode.idl
@@ -39,10 +39,10 @@ published interface XNumberFormatCode : com::sun::star::uno::XInterface
(usage group) for a given locale and format length type.
@param nFormatType
- one of the constants listed in <type>KNumberFormatType</type>
+ one of the constants listed in KNumberFormatType
@param nFormatUsage
- one of <type>KNumberFormatUsage</type> values
+ one of KNumberFormatUsage values
*/
NumberFormatCode getDefault( [in] short nFormatType,
[in] short nFormatUsage,
@@ -53,7 +53,7 @@ published interface XNumberFormatCode : com::sun::star::uno::XInterface
a given locale.
@param nFormatIndex
- one of <type>NumberFormatIndex</type> values
+ one of NumberFormatIndex values
*/
NumberFormatCode getFormatCode( [in] short nFormatIndex,
[in] com::sun::star::lang::Locale rLocale );
@@ -62,7 +62,7 @@ published interface XNumberFormatCode : com::sun::star::uno::XInterface
returns all format codes for a given <em>nFormatUsage</em> and locale.
@param nFormatUsage
- one of <type>KNumberFormatUsage</type> values
+ one of KNumberFormatUsage values
*/
sequence< NumberFormatCode > getAllFormatCode(
[in] short nFormatUsage,