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





------- Additional comments from kn...@openoffice.org Sat Jun 19 00:01:52 +0000 
2010 -------
> INetURLObject aURL( aFileName );
> bool bIsPureHashMark = aFileName.GetChar(0) == '#';
> bool bIsFileURLWithHashMark = aURL.GetProtocol() == INET_PROT_FILE &&
> aFileName.SearchAscii("#") != STRING_NOTFOUND;

This is not good enough for html links with bookmarks.
I think it needs hints about what we can and want to handle and what we
absolutely does not handle.

On my system (Ubuntu linux) hyperlinks like this:
http://en.wikipedia.org/wiki/Openoffice.org#Oracle_Open_Office Works fine now.
...doc#bookmark does not. I have not tried http links on windows.

> if ( bHyperlinkUsed && aFileName.Len() && !bIsPureHashMark &&
> !bIsFileURLWithHashMark )
> {
>     // etc. etc.


---------------------------------------------------------------------
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...@framework.openoffice.org
For additional commands, e-mail: issues-h...@framework.openoffice.org


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

Reply via email to