added BGE methods

uncomment/use NumberWithLevel format flag
This commit is contained in:
2014-03-25 12:04:46 +00:00
parent c29e6d60f6
commit c30e434d15
2 changed files with 15 additions and 1 deletions

View File

@@ -232,6 +232,9 @@ namespace fmtxml
case "WEPENB.FMT":
AddWEPENBFmt(ref fmtdata);
break;
case "BGEEOP.FMT":
AddBGEEOPfmt(ref fmtdata);
break;
}
}
@@ -1330,6 +1333,9 @@ namespace fmtxml
case "WEPENB.DOC":
AddWEPENBDOC(ref dcstyles);
break;
case "BGEEOP.DOC":
AddBGEEOPDOC(ref dcstyles);
break;
}
}
private void AddWCNBCKDoc(ref DocStyles dcstyles)