summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/util/XNumberFormats.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/util/XNumberFormats.idl')
-rw-r--r--offapi/com/sun/star/util/XNumberFormats.idl6
1 files changed, 3 insertions, 3 deletions
diff --git a/offapi/com/sun/star/util/XNumberFormats.idl b/offapi/com/sun/star/util/XNumberFormats.idl
index 6ee02a6735f3..f7adcd35a69e 100644
--- a/offapi/com/sun/star/util/XNumberFormats.idl
+++ b/offapi/com/sun/star/util/XNumberFormats.idl
@@ -32,13 +32,13 @@
module com { module sun { module star { module util {
-/** provides access to multiple <type>NumberFormat</type>s.
+/** provides access to multiple NumberFormats.
*/
published interface XNumberFormats: com::sun::star::uno::XInterface
{
/** @returns
- a readonly <type>NumberFormatProperties</type>.
+ a readonly NumberFormatProperties.
*/
com::sun::star::beans::XPropertySet getByKey( [in] long nKey );
@@ -48,7 +48,7 @@ published interface XNumberFormats: com::sun::star::uno::XInterface
@param nType
the type of number formats to return. Must be one of the
- <type>NumberFormat</type> constants.
+ NumberFormat constants.
@param nLanguage
the language of number formats to return.