To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=56437
User ab changed the following:
What |Old value |New value
================================================================================
Status|STARTED |RESOLVED
--------------------------------------------------------------------------------
Resolution| |WORKSFORME
--------------------------------------------------------------------------------
------- Additional comments from [email protected] Tue Feb 24 13:39:50 +0000
2009 -------
Not reproducible any more on dev300 m36. The following code
(open/close etc. as in the given sample) creates a binary file
containing all byte values between 0 and 255.
dim i as integer
dim j as integer
for i = 0 to 255
j = i
if j > 127 then j = j - 256
oOutputStream.writeByte( j )
next i
-> WORKSFORME
---------------------------------------------------------------------
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]