https://bugs.freedesktop.org/show_bug.cgi?id=82743
Priority: medium
Bug ID: 82743
Assignee: [email protected]
Summary: insertDocumentFromURL no longer works
Severity: normal
Classification: Unclassified
OS: All
Reporter: [email protected]
Hardware: Other
Status: UNCONFIRMED
Version: 4.3.0.4 release
Component: Writer
Product: LibreOffice
Programmatically inserting a Document using the following code works in
4.2.6.2, but not in 4.3.0.4.
This code is Java & UNO:
XDocumentInsertable xDocumentInsertable = (XDocumentInsertable) UnoRuntime
.queryInterface(XDocumentInsertable.class, xTextCursor);
PropertyValue[] insertProps = new PropertyValue[0];
xDocumentInsertable.insertDocumentFromURL(documentUrl, insertProps);
The operation is not throwing an exception, just not inserting the
sub-document.
--
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