diff options
author | Oliver Bolte <obo@openoffice.org> | 2005-09-05 13:55:29 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2005-09-05 13:55:29 +0000 |
commit | 3add0ec3b11026aa7a28b4e5c9881f7c353a15df (patch) | |
tree | d22261125cbf0146c7c45104ff015433635807e0 /xmloff/source | |
parent | 7c1f088b1fbad11c646c3f443629b79e0d9c8043 (diff) |
INTEGRATION: CWS impress67 (1.9.64); FILE MERGED
2005/08/29 07:29:48 cl 1.9.64.1: #i42959# fixed svg:stroke-opacity attribute
Diffstat (limited to 'xmloff/source')
-rw-r--r-- | xmloff/source/transform/AttrTransformerAction.hxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/xmloff/source/transform/AttrTransformerAction.hxx b/xmloff/source/transform/AttrTransformerAction.hxx index 0da0fedc541d..da0fca58cebe 100644 --- a/xmloff/source/transform/AttrTransformerAction.hxx +++ b/xmloff/source/transform/AttrTransformerAction.hxx @@ -2,9 +2,9 @@ * * $RCSfile: AttrTransformerAction.hxx,v $ * - * $Revision: 1.9 $ + * $Revision: 1.10 $ * - * last change: $Author: rt $ $Date: 2005-05-18 09:44:48 $ + * last change: $Author: obo $ $Date: 2005-09-05 14:55:29 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -170,6 +170,7 @@ enum XMLAttrTransformerAction 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_OPACITY_FIX, // converts transparency to opacity and back XML_ATACTION_USER_DEFINED=0x80000000,// user defined actions start here XML_ATACTION_END=XML_TACTION_END }; |