Przeglądaj źródła

Removed unsued defined namespaces

master
Sergii Zhevzhyk 9 lat temu
rodzic
commit
73e999d51f

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

@@ -1,8 +1,4 @@
using System;
using System.Linq;
using System.Collections.Generic;
namespace Novacode
namespace Novacode
{
public class Bookmark
{

+ 1
- 2
DocX/Content.cs Wyświetl plik

@@ -1,5 +1,4 @@
using System;
using System.Linq;
using System.Linq;
using System.Collections.Generic;
using System.Xml.Linq;


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

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

namespace Novacode
{

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

@@ -1,8 +1,4 @@
using System;
using System.Linq;
using System.Collections.Generic;
namespace Novacode
namespace Novacode
{
public enum DocumentTypes
{

+ 1
- 12
DocX/ExtensionsHeadings.cs Wyświetl plik

@@ -1,13 +1,6 @@
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.IO;
using System.Linq;
using System.Reflection;
using System.Text;
using System.Xml.Linq;
using Novacode;
namespace Novacode
{
@@ -32,10 +25,7 @@ namespace Novacode
{
return enumAttributes[0].Description;
}
else
{
return enumValue.ToString();
}
return enumValue.ToString();
}
/// <summary>
@@ -66,5 +56,4 @@ namespace Novacode
}
}
}

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

@@ -9,7 +9,6 @@ using System.Reflection;
using System.Security.Principal;
using System.Text;
using System.Xml.Linq;
using System.Xml;
namespace Novacode
{

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

@@ -1,5 +1,4 @@
using System;
using System.IO;
using System.Linq;
using System.Drawing;
using System.Xml.Linq;

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

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

namespace Novacode

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

@@ -794,10 +794,7 @@ namespace Novacode
design = value;
if (design == TableDesign.None)
{
if (style != null)
style.Remove();
}
style.Remove();
if (design == TableDesign.Custom)
{
@@ -815,7 +812,6 @@ namespace Novacode
}
else
{
switch (design)
{
case TableDesign.TableNormal:

+ 0
- 4
DocX/_Extensions.cs Wyświetl plik

@@ -1,10 +1,6 @@
using System.Collections.Generic;
using System.Linq;
using System.Drawing;
using System.ComponentModel;
using System.IO;
using System.Reflection;
using System.Text;
using System.Xml.Linq;
namespace Novacode

Ładowanie…
Anuluj
Zapisz