To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=56635
User ab changed the following:
What |Old value |New value
================================================================================
Status|NEW |RESOLVED
--------------------------------------------------------------------------------
Resolution| |WONTFIX
--------------------------------------------------------------------------------
------- Additional comments from [EMAIL PROTECTED] Wed Oct 26 04:49:11 -0700
2005 -------
Hi Noel,
this is no problem related to option explicit, it only seems so... ;-)
The compatibility settings do not influence the behaviour of option explicit,
but the handling of private declaration. For a long time is has been completely
ignored that a variable has been declared as private, it has been handled just
as if it was public. This is fixed now but the correct behaviour depends on the
compatibility mode as otherwise old programs could be broken. The document
converter wizard in the related issue is the perfect example for this.
So option explicit works correctly. The variable is declared - as private but
this
is ignored - and so its usage is ok concerning option explicit. This also
matches
the handling of the "undefined" variable: If you use it in the module where
it's not
declared, you don't really use a illegally created module variable but you use
the
other module's variable although it's private.
---------------------------------------------------------------------
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]