This commit is contained in:
John Jenko 2010-06-23 18:13:03 +00:00
parent d311a6c717
commit 7108411a49

View File

@ -361,7 +361,7 @@ namespace LBWordLibrary
} }
catch (Exception ex) catch (Exception ex)
{ {
Console.WriteLine("{0} - {1}", ex.GetType().Name, ex.Message); Console.WriteLine("GetRangeText {0} - {1}", ex.GetType().Name, ex.Message);
} }
return text; return text;
} }