To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=49495
Issue #:|49495
Summary:|basic / why default to incompatible ?
Component:|scripting
Version:|680m98
Platform:|All
URL:|
OS/Version:|All
Status:|NEW
Status whiteboard:|
Keywords:|
Resolution:|
Issue type:|PATCH
Priority:|P3
Subcomponent:|code
Assigned to:|kr
Reported by:|mmeeks
------- Additional comments from [EMAIL PROTECTED] Thu May 19 02:58:22 -0700
2005 -------
So - I know the facile answer: "A small number of older macros will not work" -
that is really not the point.
For 2.0 we can choose to enable Compatibility by default - and disable it
conditionally for older files (surely) ?
Anyhow - since we'll ship with this (lesser) hack [ we shipped our 1.1.x with
this too ;-] I thought I'd attach it here to get an IZ no. for my references.
--- basic/source/runtime/runtime.cxx 13 Apr 2005 09:16:23 -0000 1.22
+++ basic/source/runtime/runtime.cxx 19 May 2005 09:52:29 -0000
@@ -300,7 +300,7 @@ SbiInstance::SbiInstance( StarBASIC* p )
nErr =
nErl = 0;
bReschedule = TRUE;
- bCompatibility = FALSE;
+ bCompatibility = TRUE;
}
SbiInstance::~SbiInstance()
---------------------------------------------------------------------
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]