diff options
Diffstat (limited to 'wizards/com/sun/star/wizards/letter/LetterWizardDialogImpl.py')
-rw-r--r-- | wizards/com/sun/star/wizards/letter/LetterWizardDialogImpl.py | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/wizards/com/sun/star/wizards/letter/LetterWizardDialogImpl.py b/wizards/com/sun/star/wizards/letter/LetterWizardDialogImpl.py index 6560e52726d0..879a4d30fb2f 100644 --- a/wizards/com/sun/star/wizards/letter/LetterWizardDialogImpl.py +++ b/wizards/com/sun/star/wizards/letter/LetterWizardDialogImpl.py @@ -67,20 +67,6 @@ class LetterWizardDialogImpl(LetterWizardDialog): self.BusCompanyAddressReceiver = None self.BusFooter = None - @classmethod - def main(self): - #Call the wizard remotely(see README) - try: - ConnectStr = \ - "uno:socket,host=localhost,port=2002;urp;StarOffice.ComponentContext" - xLocMSF = Desktop.connect(ConnectStr) - lw = LetterWizardDialogImpl(xLocMSF) - lw.startWizard(xLocMSF) - except Exception as e: - print ("Wizard failure exception " + str(type(e)) + - " message " + str(e) + " args " + str(e.args) + - traceback.format_exc()) - def startWizard(self, xMSF): self.running = True try: |