diff options
Diffstat (limited to 'offapi')
-rw-r--r-- | offapi/com/sun/star/text/textfield/Type.idl | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/offapi/com/sun/star/text/textfield/Type.idl b/offapi/com/sun/star/text/textfield/Type.idl index 42fcb8bfd3ab..48d4215dea1c 100644 --- a/offapi/com/sun/star/text/textfield/Type.idl +++ b/offapi/com/sun/star/text/textfield/Type.idl @@ -39,10 +39,10 @@ constants Type const long DOCINFO_TITLE = 10; - const long PRESENTATION_HEADER = 11; - const long PRESENTATION_FOOTER = 12; - const long PRESENTATION_DATE_TIME = 13; - const long PAGE_TITLE = 14; + const long PRESENTATION_HEADER = 11; + const long PRESENTATION_FOOTER = 12; + const long PRESENTATION_DATE_TIME = 13; + const long PRESENTATION_PAGE_TITLE = 14; }; }; }; }; }; }; |