svgtopt/SVG/SVGImpl/src/SVGSetElementImpl.cpp
branchRCL_3
changeset 38 db5c883ad1c5
parent 0 d46562c3d99d
child 39 1902ade171ab
--- 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 );