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:
parent
becc8af1e0
commit
d573d6f815
@ -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();
|
||||||
|
Loading…
Reference in New Issue
Block a user