summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--wizards/com/sun/star/wizards/letter/LetterWizardDialogImpl.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/wizards/com/sun/star/wizards/letter/LetterWizardDialogImpl.py b/wizards/com/sun/star/wizards/letter/LetterWizardDialogImpl.py
index d87ec95a724e..8e4d4ea76b9d 100644
--- a/wizards/com/sun/star/wizards/letter/LetterWizardDialogImpl.py
+++ b/wizards/com/sun/star/wizards/letter/LetterWizardDialogImpl.py
@@ -384,12 +384,10 @@ class LetterWizardDialogImpl(LetterWizardDialog):
TextDocument.xTextDocument = \
self.myLetterDoc.loadAsPreview(
self.BusinessFiles.values()[selectedItemPos], False)
- self.myLetterDoc.xTextDocument.lockControllers()
self.initializeElements()
self.chkBusinessPaperItemChanged()
self.setElements(False)
- self.myLetterDoc.xTextDocument.unlockControllers()
-
+
def lstPrivOfficialStyleItemChanged(self):
selectedItemPos = self.lstPrivOfficialStyle.SelectedItemPos
if LetterWizardDialogImpl.lstPrivOfficialStylePos != selectedItemPos: