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

            Bug ID: 124099
        Issue Type: DEFECT
           Summary: Hyperlink become normal text while importing a
                    document from URL using XDocumentInsertable interface
           Product: Writer
           Version: 4.0.1
          Hardware: All
                OS: All
            Status: UNCONFIRMED
          Severity: major
          Priority: P3
         Component: formatting
          Assignee: issues@openoffice.apache.org
          Reporter: jvchb...@gmail.com
                CC: issues@openoffice.apache.org

We tried to import a document(html file) from url using XDocumentInsertable
interface. The source html file has hyperlink in it.The hyper link becomes
normal text after import
 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