diff --git a/PROMS/VEPROMS.CSLA.Library/Extension/DocumentExt.cs b/PROMS/VEPROMS.CSLA.Library/Extension/DocumentExt.cs index 86f1a656..ba6fe37d 100644 --- a/PROMS/VEPROMS.CSLA.Library/Extension/DocumentExt.cs +++ b/PROMS/VEPROMS.CSLA.Library/Extension/DocumentExt.cs @@ -60,7 +60,7 @@ namespace VEPROMS.CSLA.Library get { StringBuilder sb = new StringBuilder(); - string sep = "\r\nUsed In:\r\n "; + string sep = "\r\nUsed In:\r\n "; if (DocumentEntries == null) sb.Append("None"); else @@ -71,7 +71,7 @@ namespace VEPROMS.CSLA.Library { ItemInfo proc = myItem.MyProcedure; sb.Append(sep + proc.DisplayNumber + " - " + proc.DisplayText); - sep = "\r\n "; + sep = "\r\n "; } } } @@ -289,7 +289,7 @@ namespace VEPROMS.CSLA.Library doc.DocAscii = ascii; //doc.UpdateDocAscii(_MyFile.FullName); DocumentConfig cfg = new DocumentConfig(doc); - cfg.Printing_Length = length; + cfg.Printing_Length = length; cfg.Printing_Color = MSWordToPDF.OverrideColor; doc.Config = cfg.ToString(); doc.UserID = Environment.UserName;