https://bugs.freedesktop.org/show_bug.cgi?id=67725

Pavel Prchal <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|normal                      |critical

--- Comment #5 from Pavel Prchal <[email protected]> ---
Is this issue fixed?
I think, that is critical bug - we cannot do bootstrap.

In previous version this type was included.

using unoidl.com.sun.star.frame; -- this is not working

So, the following bootstrap code is broken:

                //Get MultiServiceFactory
                var xRemoteFactory =
(XMultiServiceFactory)xLocalContext.getServiceManager();
                Console.Out.WriteLine("3");
                Console.Out.WriteLine("xRemoteFactory " +
xRemoteFactory.ToString());


                //Get a CompontLoader -- bug XComponentLoader is not contained
                _ALoader =
(XComponentLoader)xRemoteFactory.createInstance("com.sun.star.frame.Desktop");

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to