Fixed the positioning of a Note that is off of a Purpose step

This commit is contained in:
2014-03-26 18:05:31 +00:00
parent b205e6bb4d
commit 8c9b73902c
2 changed files with 46 additions and 0 deletions

View File

@@ -4465,6 +4465,9 @@ namespace fmtxml
case "WEP2.FMT":
AddWEP2Overridefmt(ref fmtdata);
break;
case "EXCLN.X00":
AddEXCLN00_OVRfmt(ref fmtdata);
break;
}
}