diff -r 443d52b01c62 -r df65ec4f2d28 svgtopt/SVG/SVGImpl/src/SVGSetElementImpl.cpp --- a/svgtopt/SVG/SVGImpl/src/SVGSetElementImpl.cpp Fri Apr 16 15:55:53 2010 +0300 +++ b/svgtopt/SVG/SVGImpl/src/SVGSetElementImpl.cpp Mon May 03 13:22:17 2010 +0300 @@ -151,16 +151,9 @@ case KSvgTypeTransform: break; case KSvgTypeColor: - iEndInt = iToInt; - iTargetElement->SetAttributeIntL( iAttrId, iToInt ); - break; case KSvgTypeTextAnchor: case KSvgTypeInteger: - iEndInt = iToInt; - iTargetElement->SetAttributeIntL( iAttrId, iToInt ); case KSvgTypeVisibility: - iEndInt = iToInt; - iTargetElement->SetAttributeIntL( iAttrId, iToInt ); case KSvgTypeDisplay: iEndInt = iToInt; iTargetElement->SetAttributeIntL( iAttrId, iToInt );