summaryrefslogtreecommitdiff
path: root/wizards/com/sun/star/wizards/fax/FaxDocument.py
diff options
context:
space:
mode:
authorXisco Fauli <anistenis@gmail.com>2011-06-10 01:58:54 +0200
committerXisco Fauli <anistenis@gmail.com>2011-06-10 01:58:54 +0200
commit59f5ea643c908fb9f2defdd987a50d46e63fb9ec (patch)
tree4cdcb6e3486240a466871ae36078d75c3cf11bbb /wizards/com/sun/star/wizards/fax/FaxDocument.py
parentb0df18dbd4c35e5a020320fcfe822c839b59fd7a (diff)
some changes here and there.
- Add listboxes - Create the document preview in a diferent frame - Fix some any.uno errors - Add a listener to some buttons
Diffstat (limited to 'wizards/com/sun/star/wizards/fax/FaxDocument.py')
-rw-r--r--wizards/com/sun/star/wizards/fax/FaxDocument.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/wizards/com/sun/star/wizards/fax/FaxDocument.py b/wizards/com/sun/star/wizards/fax/FaxDocument.py
index 25db248c8b01..691c5effd506 100644
--- a/wizards/com/sun/star/wizards/fax/FaxDocument.py
+++ b/wizards/com/sun/star/wizards/fax/FaxDocument.py
@@ -14,7 +14,7 @@ from com.sun.star.style.NumberingType import ARABIC
class FaxDocument(TextDocument):
def __init__(self, xMSF, listener):
- super(FaxDocument,self).__init__(xMSF, listener, "WIZARD_LIVE_PREVIEW")
+ super(FaxDocument,self).__init__(xMSF, listener, None, "WIZARD_LIVE_PREVIEW")
self.keepLogoFrame = True
self.keepTypeFrame = True