upps, I shouldn't have committed it
Change-Id: Id5b17c0fbad9e16277a892b1b89e109ea420c41c
This commit is contained in:
@@ -18,7 +18,7 @@
|
|||||||
import unohelper
|
import unohelper
|
||||||
import traceback
|
import traceback
|
||||||
|
|
||||||
from ..agenda.AgendaWizardDialogImpl import AgendaWizardDialogImpl
|
from .FaxWizardDialogImpl import FaxWizardDialogImpl
|
||||||
|
|
||||||
from com.sun.star.task import XJobExecutor
|
from com.sun.star.task import XJobExecutor
|
||||||
|
|
||||||
@@ -31,7 +31,7 @@ class CallWizard(unohelper.Base, XJobExecutor):
|
|||||||
|
|
||||||
def trigger(self, args):
|
def trigger(self, args):
|
||||||
try:
|
try:
|
||||||
fw = AgendaWizardDialogImpl(self.ctx.ServiceManager)
|
fw = FaxWizardDialogImpl(self.ctx.ServiceManager)
|
||||||
fw.startWizard(self.ctx.ServiceManager)
|
fw.startWizard(self.ctx.ServiceManager)
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
print ("Wizard failure exception " + str(type(e)) +
|
print ("Wizard failure exception " + str(type(e)) +
|
||||||
|
Reference in New Issue
Block a user