summaryrefslogtreecommitdiff
path: root/wizards
diff options
context:
space:
mode:
authorXisco Fauli <anistenis@gmail.com>2012-10-14 21:12:10 +0200
committerXisco Fauli <anistenis@gmail.com>2012-10-14 21:46:19 +0200
commit6c78b874a8d439e20c96593a399b85185ac0785e (patch)
tree1d24bf152635b31a1fa44813a01b08a41ea36b64 /wizards
parent500edb98783fea1d8f244b0ca0d2eb5b099985e5 (diff)
pyfax: replace tabs with spaces
Change-Id: I8606c419e93ace8895b409a364fd79b474be7f6a
Diffstat (limited to 'wizards')
-rw-r--r--wizards/com/sun/star/wizards/common/NumberFormatter.py2
-rw-r--r--wizards/com/sun/star/wizards/common/SystemDialog.py4
-rw-r--r--wizards/com/sun/star/wizards/ui/UnoDialog2.py2
-rw-r--r--wizards/com/sun/star/wizards/ui/WizardDialog.py2
4 files changed, 5 insertions, 5 deletions
diff --git a/wizards/com/sun/star/wizards/common/NumberFormatter.py b/wizards/com/sun/star/wizards/common/NumberFormatter.py
index 67d9d987d2fd..5a9bb158dad3 100644
--- a/wizards/com/sun/star/wizards/common/NumberFormatter.py
+++ b/wizards/com/sun/star/wizards/common/NumberFormatter.py
@@ -18,7 +18,7 @@
import traceback
from com.sun.star.lang import Locale
from com.sun.star.util.NumberFormat import \
- DATE, LOGICAL, DATETIME, TEXT, NUMBER
+ DATE, LOGICAL, DATETIME, TEXT, NUMBER
class NumberFormatter(object):
diff --git a/wizards/com/sun/star/wizards/common/SystemDialog.py b/wizards/com/sun/star/wizards/common/SystemDialog.py
index 3a89f9837ecf..c0b76736b7ab 100644
--- a/wizards/com/sun/star/wizards/common/SystemDialog.py
+++ b/wizards/com/sun/star/wizards/common/SystemDialog.py
@@ -37,9 +37,9 @@ class SystemDialog(object):
self.systemDialog = xMSF.createInstance(ServiceName)
self.xStringSubstitution = self.createStringSubstitution(xMSF)
- # Add a name textbox to the filepicker
+ # Add a name textbox to the filepicker
if self.systemDialog is not None:
- self.systemDialog.initialize((Type,))
+ self.systemDialog.initialize((Type,))
except Exception, exception:
traceback.print_exc()
diff --git a/wizards/com/sun/star/wizards/ui/UnoDialog2.py b/wizards/com/sun/star/wizards/ui/UnoDialog2.py
index f13a24058b2a..9f7f1032fa9b 100644
--- a/wizards/com/sun/star/wizards/ui/UnoDialog2.py
+++ b/wizards/com/sun/star/wizards/ui/UnoDialog2.py
@@ -20,7 +20,7 @@ from .UIConsts import UIConsts
from ..common.Desktop import Desktop
from ..common.PropertyNames import PropertyNames
from .event.CommonListener import ItemListenerProcAdapter, \
- ActionListenerProcAdapter, TextListenerProcAdapter
+ ActionListenerProcAdapter, TextListenerProcAdapter
'''
This class contains convenience methods for inserting components to a dialog.
diff --git a/wizards/com/sun/star/wizards/ui/WizardDialog.py b/wizards/com/sun/star/wizards/ui/WizardDialog.py
index ea7cab844dca..cfd2607f6d49 100644
--- a/wizards/com/sun/star/wizards/ui/WizardDialog.py
+++ b/wizards/com/sun/star/wizards/ui/WizardDialog.py
@@ -19,7 +19,7 @@ import uno
import traceback
from abc import ABCMeta, abstractmethod
from .UnoDialog2 import UnoDialog2, Desktop, PropertyNames, UIConsts, \
- ItemListenerProcAdapter
+ ItemListenerProcAdapter
from .event.CommonListener import TerminateListenerProcAdapter
from ..common.Helper import Helper
from ..common.Resource import Resource