needed to add an override to set the Note type to active

This commit is contained in:
2014-01-22 21:16:12 +00:00
parent d3eef071e5
commit ccb11a5f3c
2 changed files with 18 additions and 0 deletions

View File

@@ -4434,6 +4434,10 @@ namespace fmtxml
case "CPL.X03":
OverrideCPL_X03(ref fmtdata);
break;
case "CPBCK.FMT":
case "CPBCK2.FMT":
OverrideAddCPBCK(ref fmtdata);
break;
case "MCG.FMT":
case "MCGBOX.FMT":
AddMCGfmtOVR(ref fmtdata);