diff options
author | Oliver Bolte <obo@openoffice.org> | 2004-03-17 12:36:46 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2004-03-17 12:36:46 +0000 |
commit | 762e3647d2a17617b2dcd8322220226f59a638e1 (patch) | |
tree | 87ea90d5861fc7749fb93ffc220d3cd454a1df0d /basic | |
parent | 84f829ebd77b4d5d28b8a304108450ec177d7393 (diff) |
INTEGRATION: CWS jl5vba (1.14.110); FILE MERGED
2004/01/21 10:01:07 ab 1.14.110.1: #111934# Merge to src680, for tasks see message INTEGRATION: CWS ab02vba (1.14.22)
Diffstat (limited to 'basic')
-rw-r--r-- | basic/source/runtime/runtime.cxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/basic/source/runtime/runtime.cxx b/basic/source/runtime/runtime.cxx index 004ccc305f78..99441189e19f 100644 --- a/basic/source/runtime/runtime.cxx +++ b/basic/source/runtime/runtime.cxx @@ -2,9 +2,9 @@ * * $RCSfile: runtime.cxx,v $ * - * $Revision: 1.14 $ + * $Revision: 1.15 $ * - * last change: $Author: hr $ $Date: 2003-03-18 16:28:37 $ + * last change: $Author: obo $ $Date: 2004-03-17 13:36:46 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -297,6 +297,7 @@ SbiInstance::SbiInstance( StarBASIC* p ) nErr = nErl = 0; bReschedule = TRUE; + bCompatibility = FALSE; } SbiInstance::~SbiInstance() |