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





------- Additional comments from kn...@openoffice.org Thu Oct 28 19:02:55 +0000 
2010 -------

in the following function:

bool WW8AttributeOutput::AnalyzeURL( const String& rUrl, const String& rTarget, 
String* pLinkURL, String* pMark )
{

I changed 

   if ( sURL.Len() ){
      sURL = URIHelper::simpleNormalizedMakeRelative( 
m_rWW8Export.GetWriter().GetBaseURL(), sURL );

to

    if ( sURL.Len() ){
      sURL = URIHelper::simpleNormalizedMakeRelative( 
m_rWW8Export.GetWriter().GetBaseURL(), sURL );
      sURL.SearchAndReplaceAll( '/', '\\' );
    }

And my problem was solved.



---------------------------------------------------------------------
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