summaryrefslogtreecommitdiff
path: root/wizards/com/sun/star/wizards/ui/PeerConfig.py
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2017-01-19 13:24:58 +0000
committerCaolán McNamara <caolanm@redhat.com>2017-01-19 15:16:20 +0000
commiteca0aee7a5f862e63b2bb4b56ef69fb5761e4b5f (patch)
tree5dcd7c97d996c60b95b6ca4a0dcac027fcc87256 /wizards/com/sun/star/wizards/ui/PeerConfig.py
parente5460ca2774ce121dca3f6d06fbfb556c8fffcd9 (diff)
getImageUrl now returns its arg, so remove it
Change-Id: Iee39f7462c2f4f23dfbdc11aa7542af996001042
Diffstat (limited to 'wizards/com/sun/star/wizards/ui/PeerConfig.py')
-rw-r--r--wizards/com/sun/star/wizards/ui/PeerConfig.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/wizards/com/sun/star/wizards/ui/PeerConfig.py b/wizards/com/sun/star/wizards/ui/PeerConfig.py
index 812c244fae08..0c6b60ea25d0 100644
--- a/wizards/com/sun/star/wizards/ui/PeerConfig.py
+++ b/wizards/com/sun/star/wizards/ui/PeerConfig.py
@@ -58,7 +58,7 @@ class PeerConfig(object):
if isinstance(aImageUrlTask.oResource, int):
sImageUrl = self.oUnoDialog.getWizardImageUrl(aImageUrlTask.oResource)
elif isinstance(aImageUrlTask.oResource, str):
- sImageUrl = self.oUnoDialog.getImageUrl(aImageUrlTask.oResource)
+ sImageUrl = aImageUrlTask.oResource
if sImageUrl != "":
aImageUrlTask.oModel.ImageURL = sImageUrl