summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXisco Fauli <anistenis@gmail.com>2013-02-15 20:19:16 +0100
committerXisco Fauli <anistenis@gmail.com>2013-02-17 15:28:13 +0100
commit3e8af168ca227529b752abb9c7aecc42be4a2290 (patch)
tree26a07f557565bec4263a94202919e38af11292dc
parent70b6d7510d6910e046342114a79321ae8654764a (diff)
fdo#38451: Disable Sender and Recipient step
Change-Id: I5ab0989ed4e5e30b97170cbba0d516eff4befc59
-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 466cd6143f89..23d2f77d4617 100644
--- a/wizards/com/sun/star/wizards/letter/LetterWizardDialogImpl.py
+++ b/wizards/com/sun/star/wizards/letter/LetterWizardDialogImpl.py
@@ -287,10 +287,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