Procházet zdrojové kódy

Cleanup in code: Removed unused directives from all DocX files

master
MadBoy_cp před 13 roky
rodič
revize
1dc980caa2

+ 0
- 1
DocX/Container.cs Zobrazit soubor

@@ -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 Zobrazit soubor

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

+ 1
- 5
DocX/DocProperty.cs Zobrazit soubor

@@ -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 Zobrazit soubor

@@ -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 Zobrazit soubor

@@ -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 Zobrazit soubor

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

+ 0
- 1
DocX/Header.cs Zobrazit soubor

@@ -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 Zobrazit soubor

@@ -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 Zobrazit soubor

@@ -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 Zobrazit soubor

@@ -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 Zobrazit soubor

@@ -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 Zobrazit soubor

@@ -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 Zobrazit soubor

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

Načítá se…
Zrušit
Uložit