first commit
This commit is contained in:
11
hrmsEjb/jxl/biff/drawing/SpContainer.java
Normal file
11
hrmsEjb/jxl/biff/drawing/SpContainer.java
Normal file
@@ -0,0 +1,11 @@
|
||||
package jxl.biff.drawing;
|
||||
|
||||
class SpContainer extends EscherContainer {
|
||||
public SpContainer() {
|
||||
super(EscherRecordType.SP_CONTAINER);
|
||||
}
|
||||
|
||||
public SpContainer(EscherRecordData erd) {
|
||||
super(erd);
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user