Added BGEEOP pagestyle method call

This commit is contained in:
Kathy Ruffing 2014-04-04 13:09:39 +00:00
parent a1c02eb339
commit f2d4d691e4

View File

@ -783,6 +783,9 @@ namespace fmtxml
case "WEPENB.PAG":
AddWEPENBPage(ref pgstyles);
break;
case "BGEEOP.PAG":
AddBGEEOPPage(ref pgstyles);
break;
}
}