svgtopt/SVG/SVGImpl/src/SVGElementImpl.cpp
branchRCL_3
changeset 11 81aabfdef1e5
parent 10 baacd33d915b
child 38 db5c883ad1c5
--- a/svgtopt/SVG/SVGImpl/src/SVGElementImpl.cpp	Fri Mar 12 15:47:00 2010 +0200
+++ b/svgtopt/SVG/SVGImpl/src/SVGElementImpl.cpp	Mon Mar 15 12:43:30 2010 +0200
@@ -2312,7 +2312,8 @@
             {
             //tParentValue  = (CIntCssValueImpl *)(lParentElement->iSvgStyleProperties->operator[](aNameId));
             //(*iSvgStyleProperties)[aNameId]= tParentValue;
-			 tValue->SetValueL(tParentValue->Value());
+						if(tParentValue)
+						 		 tValue->SetValueL(tParentValue->Value());
             }
             else
             {