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

Oliver Brinzing <oliver.brinz...@gmx.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |oliver.brinz...@gmx.de

--- Comment #2 from Oliver Brinzing <oliver.brinz...@gmx.de> ---
Maybe there is a workaround for this problem:
https://bz.apache.org/ooo/show_bug.cgi?id=117501

XComponent document =
xComponentLoader.loadComponentFromURL(url,"_blank",0,mProps);
XModel xModel = UnoRuntime.queryInterface(XModel.class, document);
XTitle xTitle = (XTitle) UnoRuntime.queryInterface(XTitle.class, xModel);
xTitle.setTitle("Hello World");

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

Reply via email to