summaryrefslogtreecommitdiff
path: root/wizards/com/sun/star/wizards/web/FTPDialog.py
diff options
context:
space:
mode:
Diffstat (limited to 'wizards/com/sun/star/wizards/web/FTPDialog.py')
-rw-r--r--wizards/com/sun/star/wizards/web/FTPDialog.py20
1 files changed, 2 insertions, 18 deletions
diff --git a/wizards/com/sun/star/wizards/web/FTPDialog.py b/wizards/com/sun/star/wizards/web/FTPDialog.py
index b7c8d3fb362a..8b631508a68a 100644
--- a/wizards/com/sun/star/wizards/web/FTPDialog.py
+++ b/wizards/com/sun/star/wizards/web/FTPDialog.py
@@ -113,24 +113,8 @@ class FTPDialog(UnoDialog2, UIConsts):
self.ucb = UCB(xmsf)
# set dialog properties...
- uno.invoke(self.xDialogModel, "setPropertyValues",
- (("Closeable",
- PropertyNames.PROPERTY_HEIGHT,
- PropertyNames.PROPERTY_HELPURL, "Moveable",
- PropertyNames.PROPERTY_NAME,
- PropertyNames.PROPERTY_POSITION_X,
- PropertyNames.PROPERTY_POSITION_Y,
- "Title",
- PropertyNames.PROPERTY_WIDTH),
- (True,
- 160,
- HelpIds.getHelpIdString(HID_FTP),
- True,
- "FTPDialog",
- 167,
- 82,
- self.resources.resFTPDialog_title,
- 222)))
+ self.setDialogProperties( True, 160, HelpIds.getHelpIdString(HID_FTP),
+ True, "FTPDialog", 167, 82, self.resources.resFTPDialog_title, 222)
# add controls to dialog
self.build()