Call to change summer’s genmac

Adjustments for Changebar location, Center line at the bottom
This commit is contained in:
2014-01-28 21:29:39 +00:00
parent 7ba240b23c
commit 6ece6c83ef
2 changed files with 25 additions and 3 deletions

View File

@@ -3942,6 +3942,9 @@ namespace fmtxml
case "EXCLN":
AddEXCLN(myDoc);
break;
case "SUM":
AddSUM(myDoc);
break;
}
}