Skip to content

Commit 87684c7

Browse files
ES-1019486-Remove compilation issue code
1 parent 5087c34 commit 87684c7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Document-Processing/Word/Word-Library/NET/Working-with-Macros.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ using (FileStream fileStream = new FileStream("Template.dotm", FileMode.Open, Fi
2626
using (WordDocument document = new WordDocument(fileStream, FormatType.Dotm))
2727
{
2828
//Creates file stream.
29-
using (MemoryStream stream = new MemoryStream();)
29+
using (MemoryStream stream = new MemoryStream())
3030
{
3131
//Saves the Word document to stream.
3232
document.Save(stream, FormatType.Word2013Docm);

0 commit comments

Comments
 (0)