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:
Nick Burch 2008-08-12 08:58:47 +00:00
parent d8d9bf083c
commit 54d3f11aeb

View File

@ -34,7 +34,11 @@ public class XSSFName implements Name {
this.workbook = workbook;
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
*/