svgtopt/SVG/SVGEngine/src/SVGContentHandler.cpp
branchRCL_3
changeset 18 1902ade171ab
parent 17 db5c883ad1c5
--- a/svgtopt/SVG/SVGEngine/src/SVGContentHandler.cpp	Tue Aug 31 16:06:58 2010 +0300
+++ b/svgtopt/SVG/SVGEngine/src/SVGContentHandler.cpp	Wed Sep 01 12:20:46 2010 +0100
@@ -26,7 +26,7 @@
 
 #include "SVGUseElementImpl.h"
 #include "SVGAnimationElementImpl.h"
-#include <xml/rxmlreader.h>
+#include "rxmlreader.h"
 
 #include "SVGPaintCssValueImpl.h"
 #include "SVGPathElementImpl.h"
@@ -1434,14 +1434,9 @@
         CleanupStack::PopAndDestroy( 1 ); // tBufC2
         }
 
-        TBool rVal = iCurrentElement->SetTransform(KTransform,tPf);
-        CleanupStack::PopAndDestroy( 2 ); // tBufC & TFinal
-                
-        if (!rVal)
-        {
-            return EFalse;
-        }
-
+        iCurrentElement->SetTransform(KTransform,tPf);
+
+    CleanupStack::PopAndDestroy( 2 ); // tBufC & TFinal
     return ETrue;
     }