summaryrefslogtreecommitdiff
path: root/wizards/com
diff options
context:
space:
mode:
authorXisco Fauli <anistenis@gmail.com>2012-10-15 23:44:49 +0200
committerXisco Fauli <anistenis@gmail.com>2012-10-15 23:58:18 +0200
commita7181f0d5fa0fef89b9f73ee1b2c27dbae161f51 (patch)
treeb28ba20d2d2af349ae536eb351d7909f79b32df3 /wizards/com
parent1b6b8bbd3a04f82a468c9bf798cfa69b0e46c1f2 (diff)
pyletter: Fix statement
Change-Id: I11f2b9be6c1a63719a20d08680d8f576090ce935
Diffstat (limited to 'wizards/com')
-rw-r--r--wizards/com/sun/star/wizards/letter/LetterWizardDialogImpl.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/wizards/com/sun/star/wizards/letter/LetterWizardDialogImpl.py b/wizards/com/sun/star/wizards/letter/LetterWizardDialogImpl.py
index 905fe98cd751..f977132d003f 100644
--- a/wizards/com/sun/star/wizards/letter/LetterWizardDialogImpl.py
+++ b/wizards/com/sun/star/wizards/letter/LetterWizardDialogImpl.py
@@ -163,7 +163,7 @@ class LetterWizardDialogImpl(LetterWizardDialog):
try:
fileAccess = FileAccess(self.xMSF)
self.sPath = self.myPathSelection.getSelectedPath()
- if self.sPath:
+ if not self.sPath:
self.myPathSelection.triggerPathPicker()
self.sPath = self.myPathSelection.getSelectedPath()