summaryrefslogtreecommitdiff
path: root/basic/source/classes/sbxmod.cxx
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2006-05-05 09:11:23 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2006-05-05 09:11:23 +0000
commit88fdaf74089bc571d5c1076552ede9d494901280 (patch)
treea8f79f45a7b346e86010f7860f5c7f50b8cea244 /basic/source/classes/sbxmod.cxx
parentc21dd92674b2aec7ee74767205f7a56c8349cdb2 (diff)
INTEGRATION: CWS npower1 (1.27.60); FILE MERGED
2006/04/24 14:56:33 npower 1.27.60.2: RESYNC: (1.27-1.28); FILE MERGED 2006/04/12 11:25:07 npower 1.27.60.1: #i64317#, #i64315# changes to add new option 'VBASupport' & uno->basic multi-dim array support
Diffstat (limited to 'basic/source/classes/sbxmod.cxx')
-rw-r--r--basic/source/classes/sbxmod.cxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/basic/source/classes/sbxmod.cxx b/basic/source/classes/sbxmod.cxx
index 3f57ffaf79..c2c0fb7de2 100644
--- a/basic/source/classes/sbxmod.cxx
+++ b/basic/source/classes/sbxmod.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: sbxmod.cxx,v $
*
- * $Revision: 1.29 $
+ * $Revision: 1.30 $
*
- * last change: $Author: rt $ $Date: 2006-05-05 08:47:08 $
+ * last change: $Author: rt $ $Date: 2006-05-05 10:11:23 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -751,6 +751,8 @@ USHORT SbModule::Run( SbMethod* pMeth )
if( pRt->pNext )
pRt->pNext->block();
pINST->pRun = pRt;
+ if ( SbiRuntime ::isVBAEnabled() )
+ pINST->EnableCompatibility( TRUE );
while( pRt->Step() ) {}
if( pRt->pNext )
pRt->pNext->unblock();