summaryrefslogtreecommitdiff
path: root/wizards/com/sun/star/wizards/common/Resource.py
diff options
context:
space:
mode:
authorXisco Fauli <anistenis@gmail.com>2011-07-07 13:47:20 +0200
committerXisco Fauli <anistenis@gmail.com>2011-07-07 15:11:21 +0200
commit2b6c5a0195a3471e7fb7b7d5471737c60a36e070 (patch)
treed085029f060cab64e8fb296766fd05244a91c612 /wizards/com/sun/star/wizards/common/Resource.py
parentf3a4489fb8885b549afcf567e88b7f46fddceba3 (diff)
Show wizard dialog on top
Diffstat (limited to 'wizards/com/sun/star/wizards/common/Resource.py')
-rw-r--r--wizards/com/sun/star/wizards/common/Resource.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/wizards/com/sun/star/wizards/common/Resource.py b/wizards/com/sun/star/wizards/common/Resource.py
index c6afce217d9e..ce2c9e1a4a3b 100644
--- a/wizards/com/sun/star/wizards/common/Resource.py
+++ b/wizards/com/sun/star/wizards/common/Resource.py
@@ -23,7 +23,6 @@ class Resource(object):
self.xStringIndexAccess = xResource.getByName("String")
self.xStringListIndexAccess = xResource.getByName("StringList")
-
if self.xStringListIndexAccess is None:
raise Exception ("could not initialize xStringListIndexAccess")