Skip to content
This repository was archived by the owner on May 21, 2022. It is now read-only.

Commit 0d3acaf

Browse files
committed
refactor: remove unused "using"
1 parent 748877b commit 0d3acaf

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

md2docx/md2docx.cs

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,9 @@
33
using Microsoft.Toolkit.Parsers.Markdown.Blocks;
44
using DocumentFormat.OpenXml.Wordprocessing;
55
using DocumentFormat.OpenXml.Packaging;
6-
using Ap = DocumentFormat.OpenXml.ExtendedProperties;
76
using DocumentFormat.OpenXml;
8-
using A = DocumentFormat.OpenXml.Drawing;
9-
using Thm15 = DocumentFormat.OpenXml.Office2013.Theme;
10-
using Ovml = DocumentFormat.OpenXml.Vml.Office;
11-
using V = DocumentFormat.OpenXml.Vml;
12-
using M = DocumentFormat.OpenXml.Math;
13-
using W14 = DocumentFormat.OpenXml.Office2010.Word;
14-
using W15 = DocumentFormat.OpenXml.Office2013.Word;
157
using Microsoft.Toolkit.Parsers.Markdown.Inlines;
8+
using A = DocumentFormat.OpenXml.Drawing;
169
using Wp = DocumentFormat.OpenXml.Drawing.Wordprocessing;
1710
using Pic = DocumentFormat.OpenXml.Drawing.Pictures;
1811

0 commit comments

Comments
 (0)