svgtopt/SVG/SVGImpl/src/SVGDocumentImpl.cpp
branchRCL_3
changeset 17 db5c883ad1c5
parent 8 baacd33d915b
child 18 1902ade171ab
--- 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 <ezgzip.h>
 
-#include <caf/caf.h>
+//#include <caf/caf.h>
 #include <bautils.h>
 
 // ==========================================================================
@@ -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);