diff options
author | Rüdiger Timm <rt@openoffice.org> | 2007-07-06 11:21:09 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2007-07-06 11:21:09 +0000 |
commit | ae1c7ed386b297e632817c3d224b02fd26a49291 (patch) | |
tree | 6949862460b419fc0704ee5b2c39938f6e177716 /xmloff/source/core | |
parent | 1245068bf956357125344793bc575ffcce3c11c1 (diff) |
INTEGRATION: CWS swsoftpagebreak (1.105.4); FILE MERGED
2007/06/22 12:49:55 ama 1.105.4.2: Fix #i78650#: Use soft page breaks
2007/06/19 10:49:41 ama 1.105.4.1: #i78650#: Soft page break
Diffstat (limited to 'xmloff/source/core')
-rw-r--r-- | xmloff/source/core/xmltoken.cxx | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/xmloff/source/core/xmltoken.cxx b/xmloff/source/core/xmltoken.cxx index afd500b510d8..560632e9dea4 100644 --- a/xmloff/source/core/xmltoken.cxx +++ b/xmloff/source/core/xmltoken.cxx @@ -4,9 +4,9 @@ * * $RCSfile: xmltoken.cxx,v $ * - * $Revision: 1.108 $ + * $Revision: 1.109 $ * - * last change: $Author: rt $ $Date: 2007-07-06 09:43:54 $ + * last change: $Author: rt $ $Date: 2007-07-06 12:21:09 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -2947,6 +2947,8 @@ namespace xmloff { namespace token { TOKEN( "preserve-IRI", XML_PRESERVE_IRI), TOKEN( "sort-by-x-values", XML_SORT_BY_X_VALUES ), 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 ), #if OSL_DEBUG_LEVEL > 0 { 0, NULL, NULL, XML_TOKEN_END } |