mirror of https://github.com/apache/poi.git
Add missing xssf method
git-svn-id: https://svn.apache.org/repos/asf/poi/branches/ooxml@685096 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
da62696507
commit
0ba363365c
|
@ -35,6 +35,10 @@ public class XSSFName implements Name {
|
|||
this.ctName = name;
|
||||
}
|
||||
|
||||
public boolean isFunctionName() {
|
||||
// TODO Figure out how HSSF does this, and do the same!
|
||||
return false;
|
||||
}
|
||||
/**
|
||||
* Returns the underlying named range object
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue