This commit is contained in:
parent
12873d9187
commit
7c6d40c27f
@ -59,7 +59,7 @@ namespace VEPROMS.CSLA.Library
|
|||||||
if (xmlNode.Name == "DocStyle") return xn;
|
if (xmlNode.Name == "DocStyle") return xn;
|
||||||
if (xmlNode.Name == "StructureStyle")
|
if (xmlNode.Name == "StructureStyle")
|
||||||
{
|
{
|
||||||
Volian.Base.Library.DebugText.WriteLine("vlnFormatDocument:LookupSingleNode:StructureStyle - shouldn't get to this line of code.");
|
Volian.Base.Library.DebugText.WriteLine("vlnFormatDocument:LookupSingleNode:StructureStyle - shouldn't get to this line of code.\r\nPath = {0}", path);
|
||||||
return xn; // User Format (sub format) - shouldn't? inherit? -need to check
|
return xn; // User Format (sub format) - shouldn't? inherit? -need to check
|
||||||
}
|
}
|
||||||
if (xn != null) return xn;
|
if (xn != null) return xn;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user