diff options
author | Rüdiger Timm <rt@openoffice.org> | 2005-05-18 08:44:48 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2005-05-18 08:44:48 +0000 |
commit | 2ff756655a193c023c18c3e993e0b107b5d3dbdc (patch) | |
tree | 2b21067a2baa3d22fb762abe634f22296e7d220c /xmloff | |
parent | c1335af07d0508a659024fab59d2ef7cf6fb6cc0 (diff) |
INTEGRATION: CWS swqbugfixes32 (1.8.30); FILE MERGED
2005/05/13 08:46:07 od 1.8.30.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/AttrTransformerAction.hxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/xmloff/source/transform/AttrTransformerAction.hxx b/xmloff/source/transform/AttrTransformerAction.hxx index b23f3cca4c9c..0da0fedc541d 100644 --- a/xmloff/source/transform/AttrTransformerAction.hxx +++ b/xmloff/source/transform/AttrTransformerAction.hxx @@ -2,9 +2,9 @@ * * $RCSfile: AttrTransformerAction.hxx,v $ * - * $Revision: 1.8 $ + * $Revision: 1.9 $ * - * last change: $Author: rt $ $Date: 2005-03-29 14:15:01 $ + * last change: $Author: rt $ $Date: 2005-05-18 09:44:48 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -163,6 +163,9 @@ enum XMLAttrTransformerAction XML_ATACTION_SVG_WIDTH_HEIGHT_OOO, // replace "inch" with "in" and subtracts 1/100th mm XML_ATACTION_SVG_WIDTH_HEIGHT_OASIS, // replace "in" with "inch" and adds 1/100th mm XML_ATACTION_DRAW_MIRROR_OOO, // renames draw:mirror to style:mirror and adapts values + // --> OD 2005-05-12 #i49139# + XML_ATACTION_STYLE_MIRROR_OOO, // adapts style:mirror values + // <-- XML_ATACTION_DRAW_MIRROR_OASIS, // renames style:mirror to draw:mirror and adapts values XML_ATACTION_GAMMA_OASIS, // converts percentage to double value XML_ATACTION_GAMMA_OOO, // converts double value to percentage |