diff options
author | Kurt Zenker <kz@openoffice.org> | 2005-01-14 11:00:58 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2005-01-14 11:00:58 +0000 |
commit | 356f913bc45134dafac4ce12792dd4411b6a0f3d (patch) | |
tree | d666d01b7b77c1fa5cd5bcdf372e1be787b1840b /xmloff | |
parent | 937f14e854dc826ea72eb25648813a1f4db8aef7 (diff) |
INTEGRATION: CWS impress25 (1.25.16); FILE MERGED
2004/12/17 14:06:01 cl 1.25.16.1: #i38753# fixed header/footer-decl export position
Diffstat (limited to 'xmloff')
-rw-r--r-- | xmloff/source/draw/sdxmlimp_impl.hxx | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/xmloff/source/draw/sdxmlimp_impl.hxx b/xmloff/source/draw/sdxmlimp_impl.hxx index 44745c2fcac8..d695179f2e18 100644 --- a/xmloff/source/draw/sdxmlimp_impl.hxx +++ b/xmloff/source/draw/sdxmlimp_impl.hxx @@ -2,9 +2,9 @@ * * $RCSfile: sdxmlimp_impl.hxx,v $ * - * $Revision: 1.25 $ + * $Revision: 1.26 $ * - * last change: $Author: rt $ $Date: 2004-11-26 19:32:58 $ + * last change: $Author: kz $ $Date: 2005-01-14 12:00:58 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -107,7 +107,10 @@ enum SdXMLDocElemTokenMap enum SdXMLBodyElemTokenMap { XML_TOK_BODY_PAGE, - XML_TOK_BODY_SETTINGS + XML_TOK_BODY_SETTINGS, + XML_TOK_BODY_HEADER_DECL, + XML_TOK_BODY_FOOTER_DECL, + XML_TOK_BODY_DATE_TIME_DECL }; enum SdXMLStylesElemTokenMap |