aboutsummaryrefslogtreecommitdiffstats
path: root/src/ooxml/interfaces-jdk15
diff options
context:
space:
mode:
authorNick Burch <nick@apache.org>2008-09-15 17:01:46 +0000
committerNick Burch <nick@apache.org>2008-09-15 17:01:46 +0000
commitedee0621b4307fa8eaa982bc7e88ac65c43e5f0f (patch)
tree9f3d2191c85ed0037c5b076af095440ba5d90771 /src/ooxml/interfaces-jdk15
parenta9623d08af5cfc9e3374ddc68f018d177521864a (diff)
downloadpoi-edee0621b4307fa8eaa982bc7e88ac65c43e5f0f.tar.gz
poi-edee0621b4307fa8eaa982bc7e88ac65c43e5f0f.zip
Merged revisions 695264,695303,695420 via svnmerge from
https://svn.apache.org:443/repos/asf/poi/trunk ........ r695264 | josh | 2008-09-14 19:55:28 +0100 (Sun, 14 Sep 2008) | 1 line Fix for bug 45978 - removed eager initialisation of SheetReferences ........ r695303 | nick | 2008-09-14 23:19:06 +0100 (Sun, 14 Sep 2008) | 1 line Make a start on exposing the StyleRecord details into HSSFCellStyle, but not fully there yet ........ r695420 | nick | 2008-09-15 12:02:18 +0100 (Mon, 15 Sep 2008) | 1 line Finish exposing the name of Named Cell Styles via HSSFCellStyle (normally held on the parent style though) ........ git-svn-id: https://svn.apache.org/repos/asf/poi/branches/ooxml@695549 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/ooxml/interfaces-jdk15')
-rw-r--r--src/ooxml/interfaces-jdk15/org/apache/poi/ss/usermodel/Workbook.java3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/ooxml/interfaces-jdk15/org/apache/poi/ss/usermodel/Workbook.java b/src/ooxml/interfaces-jdk15/org/apache/poi/ss/usermodel/Workbook.java
index dbc7fdc97a..caafc634d0 100644
--- a/src/ooxml/interfaces-jdk15/org/apache/poi/ss/usermodel/Workbook.java
+++ b/src/ooxml/interfaces-jdk15/org/apache/poi/ss/usermodel/Workbook.java
@@ -22,7 +22,6 @@ import java.io.OutputStream;
import java.util.List;
import org.apache.poi.ss.usermodel.Row.MissingCellPolicy;
-import org.apache.poi.ss.util.SheetReferences;
public interface Workbook {
@@ -218,7 +217,7 @@ public interface Workbook {
void removeSheetAt(int index);
- SheetReferences getSheetReferences();
+ String findSheetNameFromExternSheet(int externSheetIndex);
/**
* determine whether the Excel GUI will backup the workbook when saving.