summaryrefslogtreecommitdiff
path: root/offapi
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@gmail.com>2012-05-14 10:35:45 -0400
committerKohei Yoshida <kohei.yoshida@gmail.com>2012-05-14 12:09:57 -0400
commit204555c107ae455b5bf2c84e450b2da37e5b06db (patch)
treec347a8d7afcc80475e5ea48e03c4a77244faf815 /offapi
parent82b0450450d62328e7aede5ac23ba30055219728 (diff)
Renamed FILE to DOCINFO_TITLE, which is more appropriate for this field.
Change-Id: I1267629da8b66fc21c4ae2e78634c2093274aa61
Diffstat (limited to 'offapi')
-rw-r--r--offapi/com/sun/star/text/textfield/Type.idl13
1 files changed, 7 insertions, 6 deletions
diff --git a/offapi/com/sun/star/text/textfield/Type.idl b/offapi/com/sun/star/text/textfield/Type.idl
index cfa864ac65a6..082a65ac2d7e 100644
--- a/offapi/com/sun/star/text/textfield/Type.idl
+++ b/offapi/com/sun/star/text/textfield/Type.idl
@@ -50,12 +50,13 @@ constants Type
const long PAGE = 2;
const long PAGES = 3;
const long TIME = 4;
- const long FILE = 5;
- const long TABLE = 6;
- const long EXTENDED_TIME = 7;
- const long EXTENDED_FILE = 8;
- const long AUTHOR = 9;
- const long MEASURE = 10;
+ const long TABLE = 5;
+ const long EXTENDED_TIME = 6;
+ const long EXTENDED_FILE = 7;
+ const long AUTHOR = 8;
+ const long MEASURE = 9;
+
+ const long DOCINFO_TITLE = 10;
const long PRESENTATION_HEADER = 11;
const long PRESENTATION_FOOTER = 12;