summaryrefslogtreecommitdiff
path: root/xmloff
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2007-07-06 11:10:01 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2007-07-06 11:10:01 +0000
commitbeb4e25a1303260832cdc4534a0b98e705292939 (patch)
tree844c289d4299c1eeb70ec54e82dcd7ea508fab7e /xmloff
parentd311796d3563121b20caca8694f6674b17f742bf (diff)
INTEGRATION: CWS swsoftpagebreak (1.127.24); FILE MERGED
2007/06/19 10:52:52 ama 1.127.24.1: #i78650#: Soft page break
Diffstat (limited to 'xmloff')
-rw-r--r--xmloff/source/text/txtimp.cxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/xmloff/source/text/txtimp.cxx b/xmloff/source/text/txtimp.cxx
index c69874b3aa10..e579ed9076a1 100644
--- a/xmloff/source/text/txtimp.cxx
+++ b/xmloff/source/text/txtimp.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: txtimp.cxx,v $
*
- * $Revision: 1.128 $
+ * $Revision: 1.129 $
*
- * last change: $Author: hr $ $Date: 2007-06-27 16:15:30 $
+ * last change: $Author: rt $ $Date: 2007-07-06 12:10:01 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -258,6 +258,7 @@ static __FAR_DATA SvXMLTokenMapEntry aTextPElemTokenMap[] =
{ XML_NAMESPACE_TEXT, XML_SPAN, XML_TOK_TEXT_SPAN },
{ XML_NAMESPACE_TEXT, XML_TAB, XML_TOK_TEXT_TAB_STOP },
{ XML_NAMESPACE_TEXT, XML_LINE_BREAK, XML_TOK_TEXT_LINE_BREAK },
+ { XML_NAMESPACE_TEXT, XML_SOFT_PAGE_BREAK, XML_TOK_TEXT_SOFT_PAGE_BREAK },
{ XML_NAMESPACE_TEXT, XML_S, XML_TOK_TEXT_S },
{ XML_NAMESPACE_TEXT, XML_A, XML_TOK_TEXT_HYPERLINK },
{ XML_NAMESPACE_TEXT, XML_RUBY, XML_TOK_TEXT_RUBY },