diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-08-03 12:33:28 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-08-03 12:33:28 +0000 |
commit | ecf3d5a0d94463f751f1dedb6241841255cb8b45 (patch) | |
tree | a87a42e3ea8c5fd634c28842f4315b4eb9fadb22 /xmloff/source/draw/sdpropls.cxx | |
parent | 0eb4cd15092a8f9b2effbebe24199645f574cc7c (diff) |
INTEGRATION: CWS aw017 (1.69.22); FILE MERGED
2004/07/29 14:21:52 aw 1.69.22.1: #i25616#
Diffstat (limited to 'xmloff/source/draw/sdpropls.cxx')
-rw-r--r-- | xmloff/source/draw/sdpropls.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/xmloff/source/draw/sdpropls.cxx b/xmloff/source/draw/sdpropls.cxx index 8eefff8270d1..cc6c88cce455 100644 --- a/xmloff/source/draw/sdpropls.cxx +++ b/xmloff/source/draw/sdpropls.cxx @@ -2,9 +2,9 @@ * * $RCSfile: sdpropls.cxx,v $ * - * $Revision: 1.69 $ + * $Revision: 1.70 $ * - * last change: $Author: rt $ $Date: 2004-07-13 08:24:04 $ + * last change: $Author: hr $ $Date: 2004-08-03 13:33:28 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -310,7 +310,7 @@ const XMLPropertyMapEntry aXMLSDProperties[] = GMAP( "AdjustGreen", XML_NAMESPACE_DRAW, XML_GREEN, XML_TYPE_PERCENT16, 0 ), // signed? exists in SW, too, with same property name GMAP( "AdjustBlue", XML_NAMESPACE_DRAW, XML_BLUE, XML_TYPE_PERCENT16, 0 ), // signed? exists in SW, too, with same property name GMAP( "GraphicCrop", XML_NAMESPACE_FO, XML_CLIP, XML_TYPE_TEXT_CLIP, 0 ), // exists in SW, too, with same property name - GMAP( "Transparency", XML_NAMESPACE_DRAW, XML_OPACITY, XML_TYPE_NEG_PERCENT16|MID_FLAG_MULTI_PROPERTY, 0 ), // exists in SW, too, with same property name + GMAP( "Transparency", XML_NAMESPACE_DRAW, XML_IMAGE_OPACITY, XML_TYPE_NEG_PERCENT16|MID_FLAG_MULTI_PROPERTY, 0 ), // exists in SW, too, with same property name // #i25616# GMAP( "IsMirrored", XML_NAMESPACE_DRAW, XML_MIRROR, XML_TYPE_BOOL, 0 ), // animation text attributes |