We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d422538 commit b492d25Copy full SHA for b492d25
Word-document/Split-by-heading/.NET-Standard/Split-by-heading/Program.cs
@@ -13,7 +13,6 @@ static void Main(string[] args)
13
//Load the template document as stream
14
using (WordDocument document = new WordDocument(inputStream, FormatType.Docx))
15
{
16
- MemoryStream memoryStream = null;
17
WordDocument newDocument = null;
18
WSection newSection = null;
19
int headingIndex = 0;
0 commit comments