mirror of
https://github.com/apache/poi.git
synced 2026-02-27 20:40:08 +08:00
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1915870 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
63899a8810
commit
23ed93817f
@ -79,7 +79,7 @@ public abstract class AbstractEscherHolderRecord extends Record {
|
||||
}
|
||||
private void convertToEscherRecords( int offset, int size, byte[] data )
|
||||
{
|
||||
escherRecords.clear();
|
||||
escherRecords.clear();
|
||||
EscherRecordFactory recordFactory = new DefaultEscherRecordFactory();
|
||||
int pos = offset;
|
||||
while ( pos < offset + size )
|
||||
|
||||
@ -17,8 +17,6 @@
|
||||
|
||||
package org.apache.poi.hssf.usermodel.helpers;
|
||||
|
||||
import org.apache.logging.log4j.LogManager;
|
||||
import org.apache.logging.log4j.Logger;
|
||||
import org.apache.poi.hssf.usermodel.HSSFSheet;
|
||||
import org.apache.poi.ss.formula.FormulaShifter;
|
||||
import org.apache.poi.ss.formula.eval.NotImplementedException;
|
||||
@ -35,7 +33,6 @@ import org.apache.poi.util.NotImplemented;
|
||||
// {@link org.apache.poi.hssf.usermodel.helpers.HSSFColumnShifter}
|
||||
@Beta
|
||||
public final class HSSFColumnShifter extends ColumnShifter {
|
||||
private static final Logger LOG = LogManager.getLogger(HSSFColumnShifter.class);
|
||||
|
||||
public HSSFColumnShifter(HSSFSheet sh) {
|
||||
super(sh);
|
||||
|
||||
@ -17,8 +17,6 @@
|
||||
|
||||
package org.apache.poi.hssf.usermodel.helpers;
|
||||
|
||||
import org.apache.logging.log4j.LogManager;
|
||||
import org.apache.logging.log4j.Logger;
|
||||
import org.apache.poi.hssf.usermodel.HSSFRow;
|
||||
import org.apache.poi.hssf.usermodel.HSSFSheet;
|
||||
import org.apache.poi.ss.formula.FormulaShifter;
|
||||
@ -33,7 +31,6 @@ import org.apache.poi.util.NotImplemented;
|
||||
// non-Javadoc: When possible, code should be implemented in the RowShifter abstract class to avoid duplication with
|
||||
// {@link org.apache.poi.hssf.usermodel.helpers.HSSFRowShifter}
|
||||
public final class HSSFRowShifter extends RowShifter {
|
||||
private static final Logger LOG = LogManager.getLogger(HSSFRowShifter.class);
|
||||
|
||||
public HSSFRowShifter(HSSFSheet sh) {
|
||||
super(sh);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user