Added call to EXEDEV format changes

Added changes to EXEDEV plant format and doc styles
This commit is contained in:
Rich
2014-01-23 04:44:57 +00:00
parent ccb11a5f3c
commit 429208fca5
2 changed files with 19 additions and 1 deletions

View File

@@ -196,6 +196,9 @@ namespace fmtxml
case "EXCLN.X01":
AddEXCLN01fmt(ref fmtdata);
break;
case "EXEDEV.FMT":
AddEXEDEVfmt(ref fmtdata);
break;
}
}