diff options
author | Xisco Fauli <anistenis@gmail.com> | 2012-10-14 15:48:39 +0200 |
---|---|---|
committer | Xisco Fauli <anistenis@gmail.com> | 2012-10-14 21:46:18 +0200 |
commit | 4d40b6dc03b083ec38864a448c039c9c1360a1f6 (patch) | |
tree | 57e412b4a3d2ae32e706fdded164f0dfc22353c8 /wizards | |
parent | bfe191c0cb2788ac4cd35faea296ae97502d677e (diff) |
pyfax: uuups
Change-Id: I392ef7ff029e59b405086fae10a8a9a6bb70d64b
Diffstat (limited to 'wizards')
-rw-r--r-- | wizards/com/sun/star/wizards/fax/FaxDocument.py | 5 | ||||
-rw-r--r-- | wizards/com/sun/star/wizards/fax/FaxWizardDialogImpl.py | 2 |
2 files changed, 3 insertions, 4 deletions
diff --git a/wizards/com/sun/star/wizards/fax/FaxDocument.py b/wizards/com/sun/star/wizards/fax/FaxDocument.py index f86a3f5ba981..77ed13870606 100644 --- a/wizards/com/sun/star/wizards/fax/FaxDocument.py +++ b/wizards/com/sun/star/wizards/fax/FaxDocument.py @@ -15,9 +15,8 @@ # except in compliance with the License. You may obtain a copy of # the License at http://www.apache.org/licenses/LICENSE-2.0 . # -from ..text.TextDocument import * - #TextDocument, traceback, Helper,\ - #TextFieldHandler, Configuration +from ..text.TextDocument import TextDocument, traceback, Helper, \ + TextFieldHandler, Configuration from ..text.TextSectionHandler import TextSectionHandler from ..common.PropertyNames import PropertyNames diff --git a/wizards/com/sun/star/wizards/fax/FaxWizardDialogImpl.py b/wizards/com/sun/star/wizards/fax/FaxWizardDialogImpl.py index 0a47c4f94bfd..9252d0db4eb9 100644 --- a/wizards/com/sun/star/wizards/fax/FaxWizardDialogImpl.py +++ b/wizards/com/sun/star/wizards/fax/FaxWizardDialogImpl.py @@ -485,7 +485,7 @@ class FaxWizardDialogImpl(FaxWizardDialog): self.initializeElements() self.setElements() - def txtTemplateTextChanged(self): + def txtTemplateNameTextChanged(self): # Change Template Title in Properties xDocProps = TextDocument.xTextDocument.DocumentProperties xDocProps.Title = self.txtTemplateName.Text |