To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=49495
------- Additional comments from [EMAIL PROTECTED] Thu May 19 03:35:42 -0700
2005 -------
The parser would also need a patch to alter the default & of course this is
missing the back-compat, load-time logic to add these options:
--- basic/source/comp/parser.cxx
+++ basic/source/comp/parser.cxx
@@ -185,7 +185,10 @@ SbiParser::SbiParser( StarBASIC* pb, SbM
rTypeArray = new SbxArray; // Array fuer Benutzerdefinierte Typen
rEnumArray = new SbxArray; // Array for Enum types
+
+ bCompatible = TRUE;
+ AddConstants();
}
---------------------------------------------------------------------
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]