This commit is contained in:
parent
f9484e05c0
commit
189e2e64a7
@ -485,7 +485,7 @@ namespace fmtxml
|
|||||||
{
|
{
|
||||||
MyPath = path;
|
MyPath = path;
|
||||||
fmtName = nm;
|
fmtName = nm;
|
||||||
//if (!fmtName.ToUpper().StartsWith("WCN1") && fmtName.ToUpper() != "BASE") return;
|
//if (!fmtName.ToUpper().StartsWith("NSP") && fmtName.ToUpper() != "BASE") return;
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
// get the default base & plant files to use when figuring out inheritance.
|
// get the default base & plant files to use when figuring out inheritance.
|
||||||
@ -830,7 +830,7 @@ namespace fmtxml
|
|||||||
string includeName = GetAsciiString(brFmt);
|
string includeName = GetAsciiString(brFmt);
|
||||||
string formatName = GetAsciiString(brFmt);
|
string formatName = GetAsciiString(brFmt);
|
||||||
DocStyle[] dcs = null;
|
DocStyle[] dcs = null;
|
||||||
if (structName != "DOCSTYL.STR")
|
if (structName.ToUpper() != "DOCSTYL.STR")
|
||||||
{
|
{
|
||||||
Console.WriteLine("Other Structure {0}", structName);
|
Console.WriteLine("Other Structure {0}", structName);
|
||||||
if (structName == "BKPGDOC.STR")
|
if (structName == "BKPGDOC.STR")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user