escherTertiaryOptRecord.lookup() added, thanks yegor

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1152127 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Sergey Vladimirov 2011-07-29 07:02:20 +00:00
parent becc8af1e0
commit d573d6f815

View File

@ -228,8 +228,8 @@ public class OfficeDrawingsImpl implements OfficeDrawings
if ( escherTertiaryOptRecord == null )
return defaultValue;
// YK: There is no EscherTertiaryOptRecord.lookup in r1152099. Disabled until implemented.
EscherSimpleProperty escherProperty = null;//escherTertiaryOptRecord.lookup( propertyId );
EscherSimpleProperty escherProperty = escherTertiaryOptRecord
.lookup( propertyId );
if ( escherProperty == null )
return defaultValue;
int value = escherProperty.getPropertyValue();