Kaydet (Commit) a42f4aab authored tarafından Caolán McNamara's avatar Caolán McNamara

fftester: apparent wrong property tested for existence

Change-Id: I5d208bb2a85d7aa4eea9b1c950eeb6f35493f759
üst 326da388
......@@ -1276,7 +1276,7 @@ void SectionPropertyMap::CloseSectionGroup( DomainMapper_Impl& rDM_Impl )
if( pEntry.get( ) )
{
boost::optional<PropertyMap::Property> pPropHeight = pEntry->pProperties->getProperty(PROP_CHAR_HEIGHT_ASIAN);
if(pProp)
if (pPropHeight)
{
double fHeight = 0;
if( pPropHeight->second >>= fHeight )
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment