summaryrefslogtreecommitdiff
path: root/wizards/com/sun/star/wizards/letter
diff options
context:
space:
mode:
authorXisco Fauli <anistenis@gmail.com>2012-12-19 19:21:31 +0100
committerXisco Fauli <anistenis@gmail.com>2012-12-19 19:22:50 +0100
commitd6308705133ccde121dcd40f94a1d4367356630b (patch)
treeab0704ffc1e09a5c04010c3f993f023c0cf3f9bc /wizards/com/sun/star/wizards/letter
parentc3b822e46c04c3b294b1cb1e633ab8e62ad3412b (diff)
pywizards: get rid of ViewHandler
Change-Id: Ie0098f0342a5863ffeb9dec96104efb7d94d7ae2
Diffstat (limited to 'wizards/com/sun/star/wizards/letter')
-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 7d5061966b6f..a7ff8f668275 100644
--- a/wizards/com/sun/star/wizards/letter/LetterWizardDialogImpl.py
+++ b/wizards/com/sun/star/wizards/letter/LetterWizardDialogImpl.py
@@ -29,7 +29,6 @@ from ..ui.PathSelection import PathSelection
from ..ui.event.UnoDataAware import UnoDataAware
from ..ui.event.RadioDataAware import RadioDataAware
from ..text.TextElement import TextElement
-from ..text.ViewHandler import ViewHandler
from ..text.TextFieldHandler import TextFieldHandler
from ..document.OfficeDocument import OfficeDocument
@@ -240,8 +239,7 @@ class LetterWizardDialogImpl(LetterWizardDialog):
oDoc = OfficeDocument.load(
Desktop.getDesktop(self.xMSF),
self.sPath, "_default", loadValues)
- myViewHandler = ViewHandler(self.xMSF, oDoc)
- myViewHandler.setViewSetting("ZoomType", OPTIMAL)
+ oDoc.CurrentController.ViewSettings.ZoomType = OPTIMAL
else:
pass