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


User ab changed the following:

                What    |Old value                 |New value
================================================================================
                  Status|NEW                       |RESOLVED
--------------------------------------------------------------------------------
              Resolution|                          |FIXED
--------------------------------------------------------------------------------




------- Additional comments from [EMAIL PROTECTED] Mon Jan 14 10:52:39 +0000 
2008 -------
ab->jsk: I followed sb's suggestion and changed disas.cxx accordingly.
The functionality in disas.cxx is not used by Office users, it's for debug-
ging only and has to be explicitely activated in the Basic source code.
So it's only important, that the code builds. I tested this successfully for
wntmsci10.pro, unxlngi6.pro, unxsols4.

To avoid rebuilding the cws I kept the original patch code for methods.cxx,
as this code is used by Office users (I will create a follow up issue to also
include the SAL macros later). To test:

Sub Main
        dim l as long
        l = 1234567
        msgbox hex( l )
        msgbox oct( l )
end sub

should display
12D687
4553207


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

Reply via email to