Przeglądaj źródła

Cleanup in code: Removed unused directives from all DocX files

master
MadBoy_cp 14 lat temu
rodzic
commit
1dc980caa2

+ 0
- 1
DocX/Container.cs Wyświetl plik

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 Wyświetl plik

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

+ 1
- 5
DocX/DocProperty.cs Wyświetl plik

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 Wyświetl plik

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 Wyświetl plik

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 Wyświetl plik

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

+ 0
- 1
DocX/Header.cs Wyświetl plik

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 Wyświetl plik

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 Wyświetl plik

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 Wyświetl plik

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 Wyświetl plik

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 Wyświetl plik

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 Wyświetl plik

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

Ładowanie…
Anuluj
Zapisz