瀏覽代碼

Cleanup in code: Removed unused directives from all DocX files

master
MadBoy_cp 13 年之前
父節點
當前提交
1dc980caa2
共有 13 個檔案被更改,包括 4 行新增41 行删除
  1. 0
    1
      DocX/Container.cs
  2. 0
    3
      DocX/CustomProperty.cs
  3. 1
    5
      DocX/DocProperty.cs
  4. 0
    2
      DocX/Footer.cs
  5. 1
    6
      DocX/Footers.cs
  6. 0
    3
      DocX/FormattedText.cs
  7. 0
    1
      DocX/Header.cs
  8. 0
    3
      DocX/PageLayout.cs
  9. 0
    2
      DocX/Paragraph.cs
  10. 1
    4
      DocX/Picture.cs
  11. 0
    3
      DocX/Table.cs
  12. 0
    2
      DocX/_BaseClasses.cs
  13. 1
    6
      DocX/_Enumerations.cs

+ 0
- 1
DocX/Container.cs 查看文件

@@ -1,7 +1,6 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Xml.Linq;
using System.Text.RegularExpressions;
using System.IO.Packaging;

+ 0
- 3
DocX/CustomProperty.cs 查看文件

@@ -1,7 +1,4 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace Novacode
{

+ 1
- 5
DocX/DocProperty.cs 查看文件

@@ -1,8 +1,4 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Xml.Linq;
using System.Xml.Linq;
using System.Text.RegularExpressions;
namespace Novacode

+ 0
- 2
DocX/Footer.cs 查看文件

@@ -1,7 +1,5 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Xml.Linq;
using System.IO.Packaging;

+ 1
- 6
DocX/Footers.cs 查看文件

@@ -1,9 +1,4 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace Novacode
namespace Novacode
{
public class Footers
{

+ 0
- 3
DocX/FormattedText.cs 查看文件

@@ -1,7 +1,4 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace Novacode
{

+ 0
- 1
DocX/Header.cs 查看文件

@@ -1,7 +1,6 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Xml.Linq;
using System.IO.Packaging;

+ 0
- 3
DocX/PageLayout.cs 查看文件

@@ -1,7 +1,4 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Xml.Linq;
namespace Novacode

+ 0
- 2
DocX/Paragraph.cs 查看文件

@@ -1,11 +1,9 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Xml.Linq;
using System.Text.RegularExpressions;
using System.Security.Principal;
using System.Collections;
using System.IO.Packaging;
using System.IO;
using System.Drawing;

+ 1
- 4
DocX/Picture.cs 查看文件

@@ -1,9 +1,6 @@
using System;
using System.Collections.Generic;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Xml.Linq;
using System.Drawing;
using System.IO.Packaging;
namespace Novacode

+ 0
- 3
DocX/Table.cs 查看文件

@@ -1,12 +1,9 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Xml.Linq;
using Novacode;
using System.IO.Packaging;
using System.IO;
using System.Reflection;
using System.Drawing;
using System.Globalization;

+ 0
- 2
DocX/_BaseClasses.cs 查看文件

@@ -1,7 +1,5 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Xml.Linq;
namespace Novacode

+ 1
- 6
DocX/_Enumerations.cs 查看文件

@@ -1,9 +1,4 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace Novacode
namespace Novacode
{
public enum PageNumberFormat
{

Loading…
取消
儲存