To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=69528
User sb changed the following:
What |Old value |New value
================================================================================
Assigned to|sb |netforce1
--------------------------------------------------------------------------------
------- Additional comments from [EMAIL PROTECTED] Mon Oct 2 01:55:59 -0700
2006 -------
I could not reproduce this. In an OOo 2.0.3 using Sun Java 1.5.0_08, I did the
below to get a list of all Java properties, and "java.rmi.server.codebase" was
not among them.
With an empty Writer document, I created a BeanShell macro via "Tools - Macros -
Organize Macros - BeanShell...", created a new library and macro under "My
Macros", edited it by changing the single line
xTextRange.setString( "Hello World (in BeanShell)" );
into the three lines
s = new java.io.ByteArrayOutputStream();
System.getProperties().list(new java.io.PrintStream(s));
xTextRange.setString( s.toString() );
and then let it "Run".
@netforce1: Do you have a more specific description how to *do* reproduce your
problem?
---------------------------------------------------------------------
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]