summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/util/XNumberFormatsSupplier.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/util/XNumberFormatsSupplier.idl')
-rw-r--r--offapi/com/sun/star/util/XNumberFormatsSupplier.idl4
1 files changed, 2 insertions, 2 deletions
diff --git a/offapi/com/sun/star/util/XNumberFormatsSupplier.idl b/offapi/com/sun/star/util/XNumberFormatsSupplier.idl
index 3b381a57c53c..9ef6a72e73f0 100644
--- a/offapi/com/sun/star/util/XNumberFormatsSupplier.idl
+++ b/offapi/com/sun/star/util/XNumberFormatsSupplier.idl
@@ -30,14 +30,14 @@
module com { module sun { module star { module util {
-/** supplies the collection of <type>NumberFormat</type>s (for example, in a
+/** supplies the collection of NumberFormats (for example, in a
document) and the settings belonging to these formats.
*/
published interface XNumberFormatsSupplier: com::sun::star::uno::XInterface
{
/** @returns
- the <type>NumberFormatSettings</type> of this object.
+ the NumberFormatSettings of this object.
*/
com::sun::star::beans::XPropertySet getNumberFormatSettings();