Bladeren bron

Cleanup in code: Removed unused directives from all DocX files

master
MadBoy_cp 13 jaren geleden
bovenliggende
commit
1dc980caa2
13 gewijzigde bestanden met toevoegingen van 4 en 41 verwijderingen
  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 Bestand weergeven

@@ -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 Bestand weergeven

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

+ 1
- 5
DocX/DocProperty.cs Bestand weergeven

@@ -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 Bestand weergeven

@@ -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 Bestand weergeven

@@ -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 Bestand weergeven

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

+ 0
- 1
DocX/Header.cs Bestand weergeven

@@ -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 Bestand weergeven

@@ -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 Bestand weergeven

@@ -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 Bestand weergeven

@@ -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 Bestand weergeven

@@ -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 Bestand weergeven

@@ -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 Bestand weergeven

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

Laden…
Annuleren
Opslaan