diff -r 9be6eed35a80 -r db5c883ad1c5 svgtopt/SVG/SVGImpl/src/SVGDocumentImpl.cpp --- a/svgtopt/SVG/SVGImpl/src/SVGDocumentImpl.cpp Tue May 11 17:02:26 2010 +0300 +++ b/svgtopt/SVG/SVGImpl/src/SVGDocumentImpl.cpp Tue Aug 31 16:06:58 2010 +0300 @@ -77,7 +77,7 @@ #include "SVGTimeContainer.h" #include -#include +//#include #include // ========================================================================== @@ -374,11 +374,7 @@ // ellipse return ( MXmlElement * ) CSvgEllipseElementImpl::NewL( (TUint8) position, this ); - case KSvgDefsElement: - // defs - return ( MXmlElement * ) CSvgDefsElementImpl::NewL((TUint8) position, this); - - case KSvgForeignObjectElement: + case KSvgForeignObjectElement: // foreignObject return ( MXmlElement * ) CSvgForeignObjectElementImpl::NewL((TUint8) position, this);