summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/text/UserFieldFormat.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/text/UserFieldFormat.idl')
-rw-r--r--offapi/com/sun/star/text/UserFieldFormat.idl6
1 files changed, 0 insertions, 6 deletions
diff --git a/offapi/com/sun/star/text/UserFieldFormat.idl b/offapi/com/sun/star/text/UserFieldFormat.idl
index 058f2b52cf29..fe1b0e79bcd1 100644
--- a/offapi/com/sun/star/text/UserFieldFormat.idl
+++ b/offapi/com/sun/star/text/UserFieldFormat.idl
@@ -20,11 +20,9 @@
#define __com_sun_star_text_UserFieldFormat_idl__
-//=============================================================================
module com { module sun { module star { module text {
-//=============================================================================
// DocMerge from idl: constants com::sun::star::text::UserFieldFormat
/** These constants describe how the content of a user text field is
@@ -32,21 +30,18 @@
*/
published constants UserFieldFormat
{
- //-------------------------------------------------------------------------
// DocMerge from idl: value com::sun::star::text::UserFieldFormat::SYSTEM
/** The number format of the operating system is used.
*/
const short SYSTEM = 0;
- //-------------------------------------------------------------------------
// DocMerge from idl: value com::sun::star::text::UserFieldFormat::TEXT
/** The content is formatted as text.
*/
const short TEXT = 1;
- //-------------------------------------------------------------------------
// DocMerge from idl: value com::sun::star::text::UserFieldFormat::NUM
/** The number format of the property "NumberFormat" is used.
@@ -55,7 +50,6 @@ published constants UserFieldFormat
};
-//=============================================================================
}; }; }; };