summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--wizards/com/sun/star/wizards/fax/FaxDocument.py5
-rw-r--r--wizards/com/sun/star/wizards/fax/FaxWizardDialogImpl.py2
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