diff options
author | Rüdiger Timm <rt@openoffice.org> | 2004-11-26 12:10:17 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2004-11-26 12:10:17 +0000 |
commit | 68f21d19a3a649bd6a2f1d2fa175562c9910d368 (patch) | |
tree | 1da239c79bd0c997ed2aafced8f277f961ef490b | |
parent | 261ef9764db810dc84a7ecfd779bd248753021d8 (diff) |
INTEGRATION: CWS oasisbf2 (1.5.50); FILE MERGED
2004/11/26 11:41:30 mib 1.5.50.2: RESYNC: (1.5-1.9); FILE MERGED
2004/10/28 20:10:28 dvo 1.5.50.1: #i35801# style:break-inside -> fo:keep-together
-rw-r--r-- | xmloff/source/transform/PropertyActionsOASIS.cxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/xmloff/source/transform/PropertyActionsOASIS.cxx b/xmloff/source/transform/PropertyActionsOASIS.cxx index f66c2d174207..f4e564d5f2f1 100644 --- a/xmloff/source/transform/PropertyActionsOASIS.cxx +++ b/xmloff/source/transform/PropertyActionsOASIS.cxx @@ -2,9 +2,9 @@ * * $RCSfile: PropertyActionsOASIS.cxx,v $ * - * $Revision: 1.10 $ + * $Revision: 1.11 $ * - * last change: $Author: rt $ $Date: 2004-11-26 12:27:49 $ + * last change: $Author: rt $ $Date: 2004-11-26 13:10:17 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -435,9 +435,9 @@ XMLTransformerActionInit aParagraphPropertyOASISAttrActionTable[] = NO_PARAMS }, { XML_NAMESPACE_FO, XML_KEEP_WITH_NEXT, XML_OPTACTION_KEEP_WITH_NEXT, NO_PARAMS }, /* generated entry */ - + { XML_NAMESPACE_FO, XML_KEEP_TOGETHER, XML_OPTACTION_KEEP_TOGETHER, + NO_PARAMS }, { XML_NAMESPACE_STYLE, XML_WRITING_MODE, XML_OPTACTION_DRAW_WRITING_MODE, 0 }, - { XML_NAMESPACE_OFFICE, XML_TOKEN_INVALID, XML_ATACTION_EOT, NO_PARAMS } }; |