refactor list format override structures (was marked with @Internal annotation)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1389041 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
dc4fd539e0
commit
d8a2f3eb72
@ -607,7 +607,7 @@ public short getStyleIndex()
|
||||
|
||||
public boolean isInList()
|
||||
{
|
||||
return getIlfo() != 0x000 && getIlfo() != 0xF801;
|
||||
return getIlvl() != 0 && getIlfo() != 0x000 && getIlfo() != 0xF801;
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user