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