diff -r db5c883ad1c5 -r 1902ade171ab svgtopt/SVG/SVGEngine/src/SVGContentHandler.cpp --- 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 +#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; }