https://bugs.documentfoundation.org/show_bug.cgi?id=96896
Oliver Brinzing <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #2 from Oliver Brinzing <[email protected]> --- 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 [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs
