https://issues.apache.org/ooo/show_bug.cgi?id=124083

            Bug ID: 124083
        Issue Type: DEFECT
           Summary: Adding new line while importing a document from URL
                    using XDocumentInsertable interface
           Product: Writer
           Version: 3.4.0
          Hardware: All
                OS: All
            Status: UNCONFIRMED
          Severity: major
          Priority: P3
         Component: formatting
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected]

We tried to import a document from url using XDocumentInsertable interface. It
is adding a new empty line after the content.
 The below one is the code snippet we used to import a document
XDocumentInsertable xDocumentInsertable = (XDocumentInsertable)
UnoRuntime.queryInterface(XDocumentInsertable.class, xTextCursor);
            xDocumentInsertable.insertDocumentFromURL(strFileUrl, insertArgs);

It seems an bug. Please have look into this and provide a resolution. I am
ready to give any information if required.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.
You are watching all bug changes.

Reply via email to