Skip to content

Commit 47215e0

Browse files
Removed the unwanted line
1 parent 81b41e5 commit 47215e0

File tree

2 files changed

+0
-1
lines changed

2 files changed

+0
-1
lines changed

Bookmarks/Maintain-source-list-format-after-replace/.NET/Maintain-source-list-format-after-replace/Program.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ static void Main(string[] args)
3838
private static void DocxReplaceTextWithDocPart(WordDocument destinationDocument, WordDocument sourceDocument, string tokenToFind, string textBookmark)
3939
{
4040
string bookmarkRef = textBookmark + "_bm";
41-
4241
// Find the text in the destination document where the bookmark start needs to be inserted.
4342
TextSelection start = destinationDocument.Find(tokenToFind, true, true);
4443
if (start != null)

0 commit comments

Comments
 (0)