summaryrefslogtreecommitdiff
path: root/wizards/com/sun/star/wizards/ui/PeerConfig.py
diff options
context:
space:
mode:
Diffstat (limited to 'wizards/com/sun/star/wizards/ui/PeerConfig.py')
-rw-r--r--wizards/com/sun/star/wizards/ui/PeerConfig.py15
1 files changed, 0 insertions, 15 deletions
diff --git a/wizards/com/sun/star/wizards/ui/PeerConfig.py b/wizards/com/sun/star/wizards/ui/PeerConfig.py
index 20a3406c21d5..ee54a77903e8 100644
--- a/wizards/com/sun/star/wizards/ui/PeerConfig.py
+++ b/wizards/com/sun/star/wizards/ui/PeerConfig.py
@@ -60,18 +60,3 @@ class PeerConfig(object):
except Exception:
traceback.print_exc()
-
- '''
- @param oAPIControl an API control that the interface
- XControl can be derived from
- @param _propnames
- @param _propvalues
- '''
-
- def setPeerProperties(self, _xControl, propnames, propvalues):
- oPeerTask = self.PeerTask(_xControl, propnames, propvalues)
- self.m_aPeerTasks.append(oPeerTask)
-
- def setImageUrl(self, _ocontrolmodel, _oResource):
- oImageUrlTask = self.ImageUrlTask(_ocontrolmodel, _oResource)
- self.aImageUrlTasks.append(oImageUrlTask)