summaryrefslogtreecommitdiff
path: root/wizards
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2012-08-09 11:50:43 +0200
committerJulien Nabet <serval2412@yahoo.fr>2012-08-09 12:27:42 +0200
commit28b3a290ce3dfe4156d810d73140fed9decbb12c (patch)
tree222ad7802dac65156cfe245c2ff982bfcc144311 /wizards
parent5c6454f07b6f8e7b66892fda0111c02182180e92 (diff)
Others duplicated lines
Change-Id: Ief9589bd3ab0d4fd359dc18f85063dece29f4833
Diffstat (limited to 'wizards')
-rw-r--r--wizards/com/sun/star/wizards/common/ConfigGroup.py1
-rw-r--r--wizards/com/sun/star/wizards/common/ConfigNode.py1
-rw-r--r--wizards/com/sun/star/wizards/common/ConfigSet.py1
-rw-r--r--wizards/com/sun/star/wizards/common/Configuration.py1
-rw-r--r--wizards/com/sun/star/wizards/common/DebugHelper.py1
-rw-r--r--wizards/com/sun/star/wizards/common/Desktop.py1
-rw-r--r--wizards/com/sun/star/wizards/common/FileAccess.py1
-rw-r--r--wizards/com/sun/star/wizards/common/Helper.py1
-rw-r--r--wizards/com/sun/star/wizards/common/NoValidPathException.py1
-rw-r--r--wizards/com/sun/star/wizards/common/NumberFormatter.py1
-rw-r--r--wizards/com/sun/star/wizards/common/Properties.py1
-rw-r--r--wizards/com/sun/star/wizards/common/PropertyNames.py1
-rw-r--r--wizards/com/sun/star/wizards/common/Resource.py1
-rw-r--r--wizards/com/sun/star/wizards/common/SystemDialog.py1
14 files changed, 0 insertions, 14 deletions
diff --git a/wizards/com/sun/star/wizards/common/ConfigGroup.py b/wizards/com/sun/star/wizards/common/ConfigGroup.py
index c5d406b648c5..bb5d95f9169e 100644
--- a/wizards/com/sun/star/wizards/common/ConfigGroup.py
+++ b/wizards/com/sun/star/wizards/common/ConfigGroup.py
@@ -16,7 +16,6 @@
# the License at http://www.apache.org/licenses/LICENSE-2.0 .
#
import traceback
-import traceback
import inspect
from wizards.common.ConfigNode import *
from wizards.common.Configuration import Configuration
diff --git a/wizards/com/sun/star/wizards/common/ConfigNode.py b/wizards/com/sun/star/wizards/common/ConfigNode.py
index cac03482904b..c2cd23163978 100644
--- a/wizards/com/sun/star/wizards/common/ConfigNode.py
+++ b/wizards/com/sun/star/wizards/common/ConfigNode.py
@@ -16,7 +16,6 @@
# the License at http://www.apache.org/licenses/LICENSE-2.0 .
#
from abc import ABCMeta, abstractmethod
-from abc import ABCMeta, abstractmethod
class ConfigNode(object):
diff --git a/wizards/com/sun/star/wizards/common/ConfigSet.py b/wizards/com/sun/star/wizards/common/ConfigSet.py
index da6fcb4c2673..8ba66358fc45 100644
--- a/wizards/com/sun/star/wizards/common/ConfigSet.py
+++ b/wizards/com/sun/star/wizards/common/ConfigSet.py
@@ -16,7 +16,6 @@
# the License at http://www.apache.org/licenses/LICENSE-2.0 .
#
import traceback
-import traceback
from wizards.common.ConfigNode import *
from wizards.common.Configuration import Configuration
diff --git a/wizards/com/sun/star/wizards/common/Configuration.py b/wizards/com/sun/star/wizards/common/Configuration.py
index c5b25fa84d82..cd8a0182aafb 100644
--- a/wizards/com/sun/star/wizards/common/Configuration.py
+++ b/wizards/com/sun/star/wizards/common/Configuration.py
@@ -16,7 +16,6 @@
# the License at http://www.apache.org/licenses/LICENSE-2.0 .
#
import uno
-import uno
import traceback
from wizards.common.PropertyNames import PropertyNames
from wizards.common.Helper import *
diff --git a/wizards/com/sun/star/wizards/common/DebugHelper.py b/wizards/com/sun/star/wizards/common/DebugHelper.py
index 44bc5a1cf73f..b0dba7727d64 100644
--- a/wizards/com/sun/star/wizards/common/DebugHelper.py
+++ b/wizards/com/sun/star/wizards/common/DebugHelper.py
@@ -16,7 +16,6 @@
# the License at http://www.apache.org/licenses/LICENSE-2.0 .
#
class DebugHelper(object):
-class DebugHelper(object):
@classmethod
def exception(self, ex):
diff --git a/wizards/com/sun/star/wizards/common/Desktop.py b/wizards/com/sun/star/wizards/common/Desktop.py
index 54923799c06a..408edf1f5dd1 100644
--- a/wizards/com/sun/star/wizards/common/Desktop.py
+++ b/wizards/com/sun/star/wizards/common/Desktop.py
@@ -16,7 +16,6 @@
# the License at http://www.apache.org/licenses/LICENSE-2.0 .
#
import uno
-import uno
import traceback
from wizards.common.NoValidPathException import *
diff --git a/wizards/com/sun/star/wizards/common/FileAccess.py b/wizards/com/sun/star/wizards/common/FileAccess.py
index cb7bae3d1998..2019632855d6 100644
--- a/wizards/com/sun/star/wizards/common/FileAccess.py
+++ b/wizards/com/sun/star/wizards/common/FileAccess.py
@@ -16,7 +16,6 @@
# the License at http://www.apache.org/licenses/LICENSE-2.0 .
#
import traceback
-import traceback
import types
from os import path as osPath
from wizards.common.NoValidPathException import *
diff --git a/wizards/com/sun/star/wizards/common/Helper.py b/wizards/com/sun/star/wizards/common/Helper.py
index a20ed7d51985..cd63ef8b2916 100644
--- a/wizards/com/sun/star/wizards/common/Helper.py
+++ b/wizards/com/sun/star/wizards/common/Helper.py
@@ -16,7 +16,6 @@
# the License at http://www.apache.org/licenses/LICENSE-2.0 .
#
import uno
-import uno
import traceback
from datetime import date as DateTime
from wizards.common.NumberFormatter import NumberFormatter
diff --git a/wizards/com/sun/star/wizards/common/NoValidPathException.py b/wizards/com/sun/star/wizards/common/NoValidPathException.py
index d85caf8a38d8..73faf8ea5338 100644
--- a/wizards/com/sun/star/wizards/common/NoValidPathException.py
+++ b/wizards/com/sun/star/wizards/common/NoValidPathException.py
@@ -16,7 +16,6 @@
# the License at http://www.apache.org/licenses/LICENSE-2.0 .
#
class NoValidPathException(Exception):
-class NoValidPathException(Exception):
def __init__(self, xMSF, _sText):
super(NoValidPathException,self).__init__(_sText)
diff --git a/wizards/com/sun/star/wizards/common/NumberFormatter.py b/wizards/com/sun/star/wizards/common/NumberFormatter.py
index 3574627cd8e0..4a357dc88cb3 100644
--- a/wizards/com/sun/star/wizards/common/NumberFormatter.py
+++ b/wizards/com/sun/star/wizards/common/NumberFormatter.py
@@ -16,7 +16,6 @@
# the License at http://www.apache.org/licenses/LICENSE-2.0 .
#
import traceback
-import traceback
from com.sun.star.lang import Locale
from com.sun.star.util.NumberFormat import DATE, LOGICAL, DATETIME, TEXT, NUMBER
diff --git a/wizards/com/sun/star/wizards/common/Properties.py b/wizards/com/sun/star/wizards/common/Properties.py
index 9ff298d311b5..6c95573e922d 100644
--- a/wizards/com/sun/star/wizards/common/Properties.py
+++ b/wizards/com/sun/star/wizards/common/Properties.py
@@ -16,7 +16,6 @@
# the License at http://www.apache.org/licenses/LICENSE-2.0 .
#
from com.sun.star.beans import PropertyValue
-from com.sun.star.beans import PropertyValue
'''
Simplifies handling Arrays of PropertyValue.
diff --git a/wizards/com/sun/star/wizards/common/PropertyNames.py b/wizards/com/sun/star/wizards/common/PropertyNames.py
index 3bc8d5e37188..a614535bf296 100644
--- a/wizards/com/sun/star/wizards/common/PropertyNames.py
+++ b/wizards/com/sun/star/wizards/common/PropertyNames.py
@@ -16,7 +16,6 @@
# the License at http://www.apache.org/licenses/LICENSE-2.0 .
#
class PropertyNames:
-class PropertyNames:
PROPERTY_ENABLED = "Enabled"
PROPERTY_HEIGHT = "Height"
PROPERTY_HELPURL = "HelpURL"
diff --git a/wizards/com/sun/star/wizards/common/Resource.py b/wizards/com/sun/star/wizards/common/Resource.py
index e6a7fe2fd6c8..44739b634c23 100644
--- a/wizards/com/sun/star/wizards/common/Resource.py
+++ b/wizards/com/sun/star/wizards/common/Resource.py
@@ -16,7 +16,6 @@
# the License at http://www.apache.org/licenses/LICENSE-2.0 .
#
import traceback
-import traceback
from wizards.common.Configuration import Configuration
from wizards.common.SystemDialog import SystemDialog
diff --git a/wizards/com/sun/star/wizards/common/SystemDialog.py b/wizards/com/sun/star/wizards/common/SystemDialog.py
index 0109e0714906..3793672d0979 100644
--- a/wizards/com/sun/star/wizards/common/SystemDialog.py
+++ b/wizards/com/sun/star/wizards/common/SystemDialog.py
@@ -16,7 +16,6 @@
# the License at http://www.apache.org/licenses/LICENSE-2.0 .
#
import uno
-import uno
import traceback
from wizards.common.Configuration import Configuration
from wizards.common.Desktop import Desktop