package jxl.write.biff;

import jxl.biff.Type;

/* JADX INFO: loaded from: classes.dex */
public class LeftMarginRecord extends MarginRecord {
    public LeftMarginRecord(double d2) {
        super(Type.LEFTMARGIN, d2);
    }
}
