diff options
author | Christian Lippka <cl@openoffice.org> | 2001-07-10 12:48:04 +0000 |
---|---|---|
committer | Christian Lippka <cl@openoffice.org> | 2001-07-10 12:48:04 +0000 |
commit | 496058c218a5a70cc277d88a5be5c9e1e153f6a6 (patch) | |
tree | 24a36e01f6bed000cdfd75efb41222f7dbd64fbf /xmloff | |
parent | 5af2bc3167b5b11921e53f96343bd1ba7cda8efb (diff) |
#89241# added graphic transparency
Diffstat (limited to 'xmloff')
-rw-r--r-- | xmloff/source/draw/sdpropls.cxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/xmloff/source/draw/sdpropls.cxx b/xmloff/source/draw/sdpropls.cxx index 0d40db9ece36..bc192ae36231 100644 --- a/xmloff/source/draw/sdpropls.cxx +++ b/xmloff/source/draw/sdpropls.cxx @@ -2,9 +2,9 @@ * * $RCSfile: sdpropls.cxx,v $ * - * $Revision: 1.47 $ + * $Revision: 1.48 $ * - * last change: $Author: cl $ $Date: 2001-07-10 10:52:53 $ + * last change: $Author: cl $ $Date: 2001-07-10 13:48:04 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -297,6 +297,7 @@ const XMLPropertyMapEntry aXMLSDProperties[] = { "AdjustGreen", XML_NAMESPACE_DRAW, XML_GREEN, XML_TYPE_PERCENT16, 0 }, // signed? exists in SW, too, with same property name { "AdjustBlue", XML_NAMESPACE_DRAW, XML_BLUE, XML_TYPE_PERCENT16, 0 }, // signed? exists in SW, too, with same property name { "GraphicCrop", XML_NAMESPACE_FO, XML_CLIP, XML_TYPE_TEXT_CLIP, 0 }, // exists in SW, too, with same property name + { "Transparency", XML_NAMESPACE_DRAW, XML_TRANSPARENCY, XML_TYPE_PERCENT16|MID_FLAG_MULTI_PROPERTY, 0 }, // exists in SW, too, with same property name // animation text attributes { "TextAnimationKind", XML_NAMESPACE_STYLE,XML_TEXT_BLINKING, XML_TYPE_TEXT_ANIMATION_BLINKING, CTF_TEXTANIMATION_BLINKING }, |