To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=48559
User ab changed the following:
What |Old value |New value
================================================================================
Assigned to|ab |mib
--------------------------------------------------------------------------------
------- Additional comments from [EMAIL PROTECTED] Wed Aug 24 03:39:22 -0700
2005 -------
ab->mib: That's wrong, SbModule::GetSource correctly returns the
source. But in SwHTMLWriter::OutBasic() the call to
HTMLOutFuncs::OutScript( Strm(), GetBaseURL(), pModule->GetSource(), ...
fails, because the signature in svtools\source\svhtml\htmlout.hxx is
SvStream& OutScript( SvStream& rStrm,
const String& rBaseURL, const String& rSource, ...
but the signature in svtools\source\svhtml\htmlout.cxx is
SvStream& HTMLOutFuncs::OutScript( SvStream& rStrm,
const String& rSource, const String& rBaseURL,
So the rBaseURL and rSource parameters are interchanged and
the OutScript implementation takes the return of GetBaseURL()
as Basic source ! As htmlout.hxx and htmlout.cxx don't have a
cvs code owner (I wonder why), back to you.
---------------------------------------------------------------------
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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]