소스 검색

Fix for ReplaceText not checking for return char. Fix provided by gianx10. Thank you

master
MadBoy_cp 10 년 전
부모
커밋
24dd8ee25d
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1
    0
      DocX/HelperFunctions.cs

+ 1
- 0
DocX/HelperFunctions.cs 파일 보기

} }
newRuns.Add(new XElement(DocX.w + "r", rPr, tabRun)); newRuns.Add(new XElement(DocX.w + "r", rPr, tabRun));
break; break;
case '\r':
case '\n': case '\n':
if (sb.Length > 0) if (sb.Length > 0)
{ {

Loading…
취소
저장