diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-08-03 11:53:36 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-08-03 11:53:36 +0000 |
commit | 5bd5657af97d1ca75637fff50ca03b563b0948e1 (patch) | |
tree | 1d055b44642547f8791b12aff6df15c07091b5ae /xmloff | |
parent | e5aef9216fe90661e2c29af123dec008487e73a7 (diff) |
INTEGRATION: CWS oasisrng03 (1.105.48); FILE MERGED
2007/08/01 22:16:59 cl 1.105.48.3: RESYNC: (1.107-1.109); FILE MERGED
2007/07/10 08:47:18 ama 1.105.48.2: RESYNC: (1.105-1.107); FILE MERGED
Resync conflict solved
2007/07/02 14:18:25 ama 1.105.48.1: #139736#: page-continuation
Diffstat (limited to 'xmloff')
-rw-r--r-- | xmloff/source/core/xmltoken.cxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/xmloff/source/core/xmltoken.cxx b/xmloff/source/core/xmltoken.cxx index 560632e9dea4..9f1db622f777 100644 --- a/xmloff/source/core/xmltoken.cxx +++ b/xmloff/source/core/xmltoken.cxx @@ -4,9 +4,9 @@ * * $RCSfile: xmltoken.cxx,v $ * - * $Revision: 1.109 $ + * $Revision: 1.110 $ * - * last change: $Author: rt $ $Date: 2007-07-06 12:21:09 $ + * last change: $Author: hr $ $Date: 2007-08-03 12:53:36 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -2946,6 +2946,7 @@ namespace xmloff { namespace token { TOKEN( "deep-traversing", XML_DEEP_TRAVERSING), TOKEN( "preserve-IRI", XML_PRESERVE_IRI), TOKEN( "sort-by-x-values", XML_SORT_BY_X_VALUES ), + TOKEN( "page-continuation", XML_PAGE_CONTINUATION ), TOKEN( "right-angled-axes", XML_RIGHT_ANGLED_AXES ), TOKEN( "soft-page-break", XML_SOFT_PAGE_BREAK ), TOKEN( "use-soft-page-breaks", XML_USE_SOFT_PAGE_BREAKS ), |