diff -r 9be6eed35a80 -r db5c883ad1c5 svgtopt/SVG/SVGImpl/src/SVGSetElementImpl.cpp --- a/svgtopt/SVG/SVGImpl/src/SVGSetElementImpl.cpp Tue May 11 17:02:26 2010 +0300 +++ b/svgtopt/SVG/SVGImpl/src/SVGSetElementImpl.cpp Tue Aug 31 16:06:58 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 );