equal
deleted
inserted
replaced
2310 } |
2310 } |
2311 if( lParentElement && aValue == KInherit ) |
2311 if( lParentElement && aValue == KInherit ) |
2312 { |
2312 { |
2313 //tParentValue = (CIntCssValueImpl *)(lParentElement->iSvgStyleProperties->operator[](aNameId)); |
2313 //tParentValue = (CIntCssValueImpl *)(lParentElement->iSvgStyleProperties->operator[](aNameId)); |
2314 //(*iSvgStyleProperties)[aNameId]= tParentValue; |
2314 //(*iSvgStyleProperties)[aNameId]= tParentValue; |
2315 tValue->SetValueL(tParentValue->Value()); |
2315 if(tParentValue) |
|
2316 tValue->SetValueL(tParentValue->Value()); |
2316 } |
2317 } |
2317 else |
2318 else |
2318 { |
2319 { |
2319 tValue->SetValueL( aValue ); |
2320 tValue->SetValueL( aValue ); |
2320 } |
2321 } |