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 e4efe9c5b5
commit 2fd50d2346
1 changed files with 2 additions and 2 deletions

View File

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