To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=114485





------- Additional comments from kn...@openoffice.org Tue Sep 14 21:31:42 +0000 
2010 -------
Sorry, I don't have a patch, 
but I have this code for converting to absolute url

I just added the two lines of code with + in front. 

file: sw/source/filter/ww8/ww8par5.cxx
line 3347 and 3348

    //URLs in the DocumentSummaryInformation stream override the inline field
    //code!
    std::map<sal_Int32, hlink >::const_iterator aI = aHyperLinks.find(pF-
>nIndex);
    if (aI != aHyperLinks.end())
    {
        sURL = aI->second.first;
        sMark = aI->second.second;
+       if (sURL.Len())
+         sURL = URIHelper::SmartRel2Abs(INetURLObject(sBaseURL), sURL, Link(), 
false);
    }


---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@sw.openoffice.org
For additional commands, e-mail: issues-h...@sw.openoffice.org


---------------------------------------------------------------------
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org

Reply via email to