summaryrefslogtreecommitdiff
path: root/xmloff
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2005-03-29 13:15:01 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2005-03-29 13:15:01 +0000
commit9521b75286d7b15abb1e9ba966aa3217fef31012 (patch)
tree9cdd7e05e34ac0fe981e2296890eeb43027bbc17 /xmloff
parentb69431ced1383382df1abbe778ff4b6a64fdae8c (diff)
INTEGRATION: CWS effectmigration01 (1.7.102); FILE MERGED
2005/03/14 13:29:59 cl 1.7.102.1: #i44578# decode shape ids to numbers only when exporting to ooo
Diffstat (limited to 'xmloff')
-rw-r--r--xmloff/source/transform/AttrTransformerAction.hxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/xmloff/source/transform/AttrTransformerAction.hxx b/xmloff/source/transform/AttrTransformerAction.hxx
index 7ec3b48e3e6f..b23f3cca4c9c 100644
--- a/xmloff/source/transform/AttrTransformerAction.hxx
+++ b/xmloff/source/transform/AttrTransformerAction.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: AttrTransformerAction.hxx,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: rt $ $Date: 2004-11-26 12:26:51 $
+ * last change: $Author: rt $ $Date: 2005-03-29 14:15:01 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -166,6 +166,7 @@ enum XMLAttrTransformerAction
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
+ XML_ATACTION_DECODE_ID, // converts strings with non numeric characters to only numeric character ids
XML_ATACTION_USER_DEFINED=0x80000000,// user defined actions start here
XML_ATACTION_END=XML_TACTION_END
};