Browse Source

Cleanup in code: Removed unused directives from all DocX files

master
MadBoy_cp 13 years ago
parent
commit
1dc980caa2

+ 0
- 1
DocX/Container.cs View File

using System; using System;
using System.Collections.Generic; using System.Collections.Generic;
using System.Linq; using System.Linq;
using System.Text;
using System.Xml.Linq; using System.Xml.Linq;
using System.Text.RegularExpressions; using System.Text.RegularExpressions;
using System.IO.Packaging; using System.IO.Packaging;

+ 0
- 3
DocX/CustomProperty.cs View File

using System; using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace Novacode namespace Novacode
{ {

+ 1
- 5
DocX/DocProperty.cs View File

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Xml.Linq;
using System.Xml.Linq;
using System.Text.RegularExpressions; using System.Text.RegularExpressions;
namespace Novacode namespace Novacode

+ 0
- 2
DocX/Footer.cs View File

using System; using System;
using System.Collections.Generic; using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Xml.Linq; using System.Xml.Linq;
using System.IO.Packaging; using System.IO.Packaging;

+ 1
- 6
DocX/Footers.cs View File

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace Novacode
namespace Novacode
{ {
public class Footers public class Footers
{ {

+ 0
- 3
DocX/FormattedText.cs View File

using System; using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace Novacode namespace Novacode
{ {

+ 0
- 1
DocX/Header.cs View File

using System; using System;
using System.Collections.Generic; using System.Collections.Generic;
using System.Linq; using System.Linq;
using System.Text;
using System.Xml.Linq; using System.Xml.Linq;
using System.IO.Packaging; using System.IO.Packaging;

+ 0
- 3
DocX/PageLayout.cs View File

using System; using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Xml.Linq; using System.Xml.Linq;
namespace Novacode namespace Novacode

+ 0
- 2
DocX/Paragraph.cs View File

using System; using System;
using System.Collections.Generic; using System.Collections.Generic;
using System.Linq; using System.Linq;
using System.Text;
using System.Xml.Linq; using System.Xml.Linq;
using System.Text.RegularExpressions; using System.Text.RegularExpressions;
using System.Security.Principal; using System.Security.Principal;
using System.Collections;
using System.IO.Packaging; using System.IO.Packaging;
using System.IO; using System.IO;
using System.Drawing; using System.Drawing;

+ 1
- 4
DocX/Picture.cs View File

using System;
using System.Collections.Generic;
using System.Collections.Generic;
using System.Linq; using System.Linq;
using System.Text;
using System.Xml.Linq; using System.Xml.Linq;
using System.Drawing;
using System.IO.Packaging; using System.IO.Packaging;
namespace Novacode namespace Novacode

+ 0
- 3
DocX/Table.cs View File

using System; using System;
using System.Collections.Generic; using System.Collections.Generic;
using System.Linq; using System.Linq;
using System.Text;
using System.Xml.Linq; using System.Xml.Linq;
using Novacode;
using System.IO.Packaging; using System.IO.Packaging;
using System.IO; using System.IO;
using System.Reflection;
using System.Drawing; using System.Drawing;
using System.Globalization; using System.Globalization;

+ 0
- 2
DocX/_BaseClasses.cs View File

using System; using System;
using System.Collections.Generic;
using System.Linq; using System.Linq;
using System.Text;
using System.Xml.Linq; using System.Xml.Linq;
namespace Novacode namespace Novacode

+ 1
- 6
DocX/_Enumerations.cs View File

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace Novacode
namespace Novacode
{ {
public enum PageNumberFormat public enum PageNumberFormat
{ {

Loading…
Cancel
Save