aboutsummaryrefslogtreecommitdiffstats
path: root/src/java
diff options
context:
space:
mode:
authorPJ Fanning <fanningpj@apache.org>2018-01-01 12:23:06 +0000
committerPJ Fanning <fanningpj@apache.org>2018-01-01 12:23:06 +0000
commit8e1ffb56f8924408b36d93c63039dee520205e08 (patch)
treef6d0e139a9cf751a13ddec52280b47d9d0fbae94 /src/java
parentf285780483b4a31926fc2f62d3969d79820ec39c (diff)
downloadpoi-8e1ffb56f8924408b36d93c63039dee520205e08.tar.gz
poi-8e1ffb56f8924408b36d93c63039dee520205e08.zip
Bug-61947 remove deprecated method
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1819763 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/java')
-rw-r--r--src/java/org/apache/poi/hssf/record/DrawingRecord.java2
-rw-r--r--src/java/org/apache/poi/ss/util/SheetUtil.java14
2 files changed, 1 insertions, 15 deletions
diff --git a/src/java/org/apache/poi/hssf/record/DrawingRecord.java b/src/java/org/apache/poi/hssf/record/DrawingRecord.java
index c55cafa44b..a0eb3f233f 100644
--- a/src/java/org/apache/poi/hssf/record/DrawingRecord.java
+++ b/src/java/org/apache/poi/hssf/record/DrawingRecord.java
@@ -41,7 +41,7 @@ public final class DrawingRecord extends StandardRecord implements Cloneable {
* @deprecated POI 3.9
*/
@Deprecated
- public void processContinueRecord(byte[] record) {
+ void processContinueRecord(byte[] record) {
//don't merge continue record with the drawing record, it must be serialized separately
contd = record;
}
diff --git a/src/java/org/apache/poi/ss/util/SheetUtil.java b/src/java/org/apache/poi/ss/util/SheetUtil.java
index ae4ef10576..8f1345230c 100644
--- a/src/java/org/apache/poi/ss/util/SheetUtil.java
+++ b/src/java/org/apache/poi/ss/util/SheetUtil.java
@@ -333,20 +333,6 @@ public class SheetUtil {
}
/**
- * Check if the cell is in the specified cell range
- *
- * @param cr the cell range to check in
- * @param rowIx the row to check
- * @param colIx the column to check
- * @return true if the range contains the cell [rowIx, colIx]
- * @deprecated 3.15 beta 2. Use {@link CellRangeAddressBase#isInRange(int, int)}.
- */
- @Deprecated
- public static boolean containsCell(CellRangeAddress cr, int rowIx, int colIx) {
- return cr.isInRange(rowIx, colIx);
- }
-
- /**
* Return the cell, without taking account of merged regions.
* <p>
* Use {@link #getCellWithMerges(Sheet, int, int)} if you want the top left