Skip to content

Commit

Permalink
Fixed names
Browse files Browse the repository at this point in the history
  • Loading branch information
vderyushev committed Oct 7, 2024
1 parent b364acc commit 559fb0e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -485,7 +485,7 @@ public void SmartStyleBehavior()

builder.InsertDocument(srcDoc, ImportFormatMode.KeepSourceFormatting, options);

dstDoc.Save(ArtifactsDir + "DocumentBuilder.SmartStyleBehavior.docx");
dstDoc.Save(ArtifactsDir + "JoinAndAppendDocuments.SmartStyleBehavior.docx");
//ExEnd:SmartStyleBehavior
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ public void RestartListAtEachSection()
builder.Writeln("List item 3");
builder.Writeln("List item 4");

doc.Save(ArtifactsDir + "OoxmlSaveOptions.RestartingDocumentList.docx", options);
doc.Save(ArtifactsDir + "WorkingWithList.RestartingDocumentList.docx", options);
//ExEnd:RestartListAtEachSection
}

Expand Down

0 comments on commit 559fb0e

Please sign in to comment.