diff options
author | Katarina Behrens <Katarina.Behrens@cib.de> | 2015-04-21 10:41:31 +0200 |
---|---|---|
committer | Katarina Behrens <Katarina.Behrens@cib.de> | 2015-04-21 10:56:56 +0200 |
commit | 6609de8856519e0e9ec8456ca0969004a8214346 (patch) | |
tree | dd5c4a9a3fb45fa1547b76b6714dcf42ac1968ab /offapi | |
parent | 95fcbd2779757f9be89581bd253b8d49a2afa1e7 (diff) |
Related tdf#88056: this guy's better off in presentation namespace
no use for it outside Impress really ...
Change-Id: I419ce252ec1b32a7ef225fefc02ec5dd87ba402a
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; }; }; }; }; }; }; |