summaryrefslogtreecommitdiff
path: root/xmloff
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2005-05-18 08:45:06 +0000
committerRüdiger Timm <rt@openoffice.org>2005-05-18 08:45:06 +0000
commitc7eb2916391bb92b0ac2d065d1c2e9f8ae945882 (patch)
treed706b78189f5f1a2dab0facb41cbb5dd6c41420e /xmloff
parent2ff756655a193c023c18c3e993e0b107b5d3dbdc (diff)
INTEGRATION: CWS swqbugfixes32 (1.13.18); FILE MERGED
2005/05/13 08:46:08 od 1.13.18.1: #i49139# - adapt attribute values for attribute <style::mirror> on import/export of OpenOffice.org file format.
Diffstat (limited to 'xmloff')
-rw-r--r--xmloff/source/transform/PropertyActionsOOo.cxx16
1 files changed, 11 insertions, 5 deletions
diff --git a/xmloff/source/transform/PropertyActionsOOo.cxx b/xmloff/source/transform/PropertyActionsOOo.cxx
index 1c6df99f847a..83d65627a09d 100644
--- a/xmloff/source/transform/PropertyActionsOOo.cxx
+++ b/xmloff/source/transform/PropertyActionsOOo.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: PropertyActionsOOo.cxx,v $
*
- * $Revision: 1.13 $
+ * $Revision: 1.14 $
*
- * last change: $Author: obo $ $Date: 2005-04-18 15:03:42 $
+ * last change: $Author: rt $ $Date: 2005-05-18 09:45:06 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -339,8 +339,14 @@ XMLTransformerActionInit aGraphicPropertyOOoAttrActionTable[] =
NO_PARAMS }, /* generated entry */
// { XML_NAMESPACE_STYLE, XML_OVERFLOW_BEHAVIOR, XML_ATACTION_COPY,
// NO_PARAMS }, /* new attribute */
- { XML_NAMESPACE_STYLE, XML_MIRROR, XML_ATACTION_COPY,
- NO_PARAMS }, /* generated entry */
+ // --> OD 2005-05-12 #i49139# - rename attribute values of <style:mirror>:
+ // horizontal-on-left-pages --> horizontal-on-even
+ // horizontal-on-right-pages --> horizontal-on-odd
+// { XML_NAMESPACE_STYLE, XML_MIRROR, XML_ATACTION_COPY,
+// NO_PARAMS }, /* generated entry */
+ { XML_NAMESPACE_STYLE, XML_MIRROR, XML_ATACTION_STYLE_MIRROR_OOO,
+ NO_PARAMS }, /* generated entry */
+ // <--
{ XML_NAMESPACE_FO, XML_CLIP, XML_ATACTION_INCHS2INS,
NO_PARAMS }, /* generated entry */
{ XML_NAMESPACE_DRAW, XML_FRAME_DISPLAY_SCROLLBAR, XML_ATACTION_COPY,
@@ -413,7 +419,7 @@ XMLTransformerActionInit aGraphicPropertyOOoAttrActionTable[] =
{ XML_NAMESPACE_DRAW, XML_WRAP_INFLUENCE_ON_POSITION, XML_ATACTION_COPY, NO_PARAMS }, // new in OOo 2.0
{ XML_NAMESPACE_DRAW, XML_MIRROR, XML_ATACTION_DRAW_MIRROR_OOO,
- NO_PARAMS }, /* generated entry */
+ NO_PARAMS }, /* generated entry */
// b6242385: read writing-mode for text frames
{ XML_NAMESPACE_STYLE, XML_WRITING_MODE, XML_ATACTION_COPY, NO_PARAMS },