diff options
author | Xisco Fauli <anistenis@gmail.com> | 2012-10-21 21:25:57 +0200 |
---|---|---|
committer | xisco <xisco@xisco-laptop.(none)> | 2012-10-23 01:13:17 +0200 |
commit | 5a0b00d9e976e5d7ab9edbb9edaa148ca1a6f691 (patch) | |
tree | 0bd4a06ba36647582e8136745777ef3650447a96 /wizards | |
parent | c06ee4c3d0b85b3452dfe7c5a46ea85799f54609 (diff) |
pyletter: missed import
Change-Id: I0958429daedd8128359f1f10b2306cee555f8769
Diffstat (limited to 'wizards')
-rw-r--r-- | wizards/com/sun/star/wizards/letter/LetterWizardDialogImpl.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/wizards/com/sun/star/wizards/letter/LetterWizardDialogImpl.py b/wizards/com/sun/star/wizards/letter/LetterWizardDialogImpl.py index a7dc1a49e6bd..d87ec95a724e 100644 --- a/wizards/com/sun/star/wizards/letter/LetterWizardDialogImpl.py +++ b/wizards/com/sun/star/wizards/letter/LetterWizardDialogImpl.py @@ -31,6 +31,7 @@ from ..ui.event.RadioDataAware import RadioDataAware from ..text.TextDocument import TextDocument from ..text.ViewHandler import ViewHandler from ..text.TextFieldHandler import TextFieldHandler +from ..document.OfficeDocument import OfficeDocument from com.sun.star.awt.VclWindowPeerAttribute import YES_NO, DEF_NO from com.sun.star.uno import RuntimeException |