summaryrefslogtreecommitdiff
path: root/wizards/com
diff options
context:
space:
mode:
authorXisco Fauli <anistenis@gmail.com>2013-02-15 20:19:16 +0100
committerXisco Fauli <anistenis@gmail.com>2013-02-15 20:20:32 +0100
commitcc7f6a58c7d8d1cd3d2534b307dbf05b98561752 (patch)
tree18ec4175c7afb8b4054051426ade9f6937d43acf /wizards/com
parent9da54417345c6069d995bdabae7d7dd6de40d1a6 (diff)
fdo#38451: Disable Sender and Recipient step
Change-Id: I5ab0989ed4e5e30b97170cbba0d516eff4befc59
Diffstat (limited to 'wizards/com')
-rw-r--r--wizards/com/sun/star/wizards/letter/LetterWizardDialogImpl.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/wizards/com/sun/star/wizards/letter/LetterWizardDialogImpl.py b/wizards/com/sun/star/wizards/letter/LetterWizardDialogImpl.py
index f3b55fe5b00e..8cf7c59fdcf0 100644
--- a/wizards/com/sun/star/wizards/letter/LetterWizardDialogImpl.py
+++ b/wizards/com/sun/star/wizards/letter/LetterWizardDialogImpl.py
@@ -288,10 +288,11 @@ class LetterWizardDialogImpl(LetterWizardDialog):
self.xDialogModel.lstPrivateStyle.Enabled = False
self.lstPrivOfficialStyleItemChanged()
self.disableBusinessPaper()
- self.enableSenderReceiver()
+ self.disableSenderReceiver()
self.setPossibleFooter(True)
if self.myPathSelection.xSaveTextBox.Text.lower():
self.myPathSelection.initializePath()
+ self.myLetterDoc.fillSenderWithUserData()
def optPrivateLetterItemChanged(self):
self.lstBusinessStylePos = None