diff options
author | Kohei Yoshida <kohei.yoshida@gmail.com> | 2012-05-11 01:53:46 -0400 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@gmail.com> | 2012-05-11 01:54:40 -0400 |
commit | eeb9212531d91e8727bc8cabf4117b36638667f9 (patch) | |
tree | 191cb22266f6eb2f364b32dd08d891bbf6d639fc /offapi | |
parent | e3df55842c4f9e37492a7b653f42b8f2b68305ef (diff) |
Better names for presentation specific field item types.
Change-Id: Ib9bea60e05f1dcdd9501a3320f3b1185d5890d17
Diffstat (limited to 'offapi')
-rw-r--r-- | offapi/com/sun/star/text/textfield/Type.idl | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/offapi/com/sun/star/text/textfield/Type.idl b/offapi/com/sun/star/text/textfield/Type.idl index 29f8c4d80e3c..a9a2653a253e 100644 --- a/offapi/com/sun/star/text/textfield/Type.idl +++ b/offapi/com/sun/star/text/textfield/Type.idl @@ -56,9 +56,10 @@ constants Type const long EXTENDED_FILE = 8; const long AUTHOR = 9; const long MEASURE = 10; - const long HEADER = 11; - const long FOOTER = 12; - const long DATE_TIME = 13; + + const long PRESENTATION_HEADER = 11; + const long PRESENTATION_FOOTER = 12; + const long PRESENTATION_DATE_TIME = 13; const long EXTENDED_DATE = 14; }; |