summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 },