https://bugs.documentfoundation.org/show_bug.cgi?id=167073

--- Comment #4 from Mike Kaganski <[email protected]> ---
Regression after commit 96b6d13c9ad73f946efcb7cfa7ccee3d91b8649c "[API CHANGE]
no need for TaskCreatorService to be exposed via UNO".

Indeed, now the code in MRI-1.3.4.oxt/pythonpath/mytools_Mri/ui/frame.py [1]:

>     self.frame = smgr.createInstanceWithContext(
>         'com.sun.star.frame.TaskCreator', ctx).createInstanceWithArguments(
>         (NamedValue('FrameName', mytools_Mri.values.MRINAME), 
>         NamedValue('PosSize', Rectangle(*ps))))

fail, because there is no service "com.sun.star.frame.TaskCreator".

[1]
https://github.com/hanya/MRI/blob/0298496aaa25f792de9b9f040597f4dd4d6800e6/pythonpath/mytools_Mri/ui/frame.py#L32

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to