summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/util/NumberFormatProperties.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/util/NumberFormatProperties.idl')
-rw-r--r--offapi/com/sun/star/util/NumberFormatProperties.idl7
1 files changed, 0 insertions, 7 deletions
diff --git a/offapi/com/sun/star/util/NumberFormatProperties.idl b/offapi/com/sun/star/util/NumberFormatProperties.idl
index b28dc74a3bb1..3a1aeb123019 100644
--- a/offapi/com/sun/star/util/NumberFormatProperties.idl
+++ b/offapi/com/sun/star/util/NumberFormatProperties.idl
@@ -22,11 +22,9 @@
#include <com/sun/star/lang/Locale.idl>
-//=============================================================================
module com { module sun { module star { module util {
-//=============================================================================
/** contains properties specifying the behavior of a <type>NumberFormatter</type>.
@@ -34,19 +32,16 @@
*/
published service NumberFormatProperties
{
- //-------------------------------------------------------------------------
/** contains the format string of the number format.
*/
[readonly, property] string FormatString;
- //-------------------------------------------------------------------------
/** contains the locale of the number format.
*/
[readonly, property] com::sun::star::lang::Locale Locale;
- //-------------------------------------------------------------------------
/** contains the type of the number format.
@@ -54,7 +49,6 @@ published service NumberFormatProperties
*/
[readonly, property] short Type;
- //-------------------------------------------------------------------------
/** contains a comment regarding the number format for
display to the user.
@@ -63,7 +57,6 @@ published service NumberFormatProperties
};
-//=============================================================================
}; }; }; };