From c7eb2916391bb92b0ac2d065d1c2e9f8ae945882 Mon Sep 17 00:00:00 2001 From: RĂ¼diger Timm Date: Wed, 18 May 2005 08:45:06 +0000 Subject: 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 on import/export of OpenOffice.org file format. --- xmloff/source/transform/PropertyActionsOOo.cxx | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) (limited to 'xmloff') 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 : + // 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 }, -- cgit