diff options
author | Katarina Behrens <Katarina.Behrens@cib.de> | 2015-04-21 11:19:29 +0200 |
---|---|---|
committer | Katarina Behrens <Katarina.Behrens@cib.de> | 2015-04-21 11:52:26 +0200 |
commit | d34f5fe5ef39de6ddeb10617f27a990c27883361 (patch) | |
tree | bbdc0d1f042cd9a9a46f3700bc0881581e9e7a93 /xmloff/inc/txtflde.hxx | |
parent | df9949ca1306825e6b5bba40b9a88657bc4db46d (diff) |
tdf88056: implement export of page title field to ODF
to loext namespace so far, since it isn't approved by ODF-TC yet
Change-Id: I1bb7723bdccec9b670630da5e4d56f47cd615e43
Diffstat (limited to 'xmloff/inc/txtflde.hxx')
-rw-r--r-- | xmloff/inc/txtflde.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/xmloff/inc/txtflde.hxx b/xmloff/inc/txtflde.hxx index 6610964cca1b..b37eb3e4066d 100644 --- a/xmloff/inc/txtflde.hxx +++ b/xmloff/inc/txtflde.hxx @@ -143,6 +143,7 @@ enum FieldIdEnum { FIELD_ID_DRAW_HEADER, FIELD_ID_DRAW_FOOTER, FIELD_ID_DRAW_DATE_TIME, + FIELD_ID_DRAW_PAGETITLE, // page/slide title FIELD_ID_UNKNOWN // invalid or unknown field type! }; |