summaryrefslogtreecommitdiff
path: root/offapi
diff options
context:
space:
mode:
Diffstat (limited to 'offapi')
-rw-r--r--offapi/com/sun/star/text/textfield/Type.idl11
1 files changed, 7 insertions, 4 deletions
diff --git a/offapi/com/sun/star/text/textfield/Type.idl b/offapi/com/sun/star/text/textfield/Type.idl
index fe99a912d569..29f8c4d80e3c 100644
--- a/offapi/com/sun/star/text/textfield/Type.idl
+++ b/offapi/com/sun/star/text/textfield/Type.idl
@@ -43,6 +43,8 @@ module com { module sun { module star { module text { module textfield {
*/
constants Type
{
+ const long UNSPECIFIED = -1;
+
const long DATE = 0;
const long URL = 1;
const long PAGE = 2;
@@ -54,10 +56,11 @@ constants Type
const long EXTENDED_FILE = 8;
const long AUTHOR = 9;
const long MEASURE = 10;
- const long EXTENDED_DATE = 11;
- const long HEADER = 12;
- const long FOOTER = 13;
- const long DATE_TIME = 14;
+ const long HEADER = 11;
+ const long FOOTER = 12;
+ const long DATE_TIME = 13;
+
+ const long EXTENDED_DATE = 14;
};
}; }; }; }; };