From d6308705133ccde121dcd40f94a1d4367356630b Mon Sep 17 00:00:00 2001 From: Xisco Fauli Date: Wed, 19 Dec 2012 19:21:31 +0100 Subject: pywizards: get rid of ViewHandler Change-Id: Ie0098f0342a5863ffeb9dec96104efb7d94d7ae2 --- wizards/com/sun/star/wizards/letter/LetterWizardDialogImpl.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'wizards/com/sun/star/wizards/letter') 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 -- cgit v1.2.1