summaryrefslogtreecommitdiff
path: root/basic/source/comp/codegen.cxx
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2006-05-05 09:11:35 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2006-05-05 09:11:35 +0000
commit213abb385c85bc50c40a600adf900a49660186d1 (patch)
treebafed7d8291b85edf312d1780c15774ade632b44 /basic/source/comp/codegen.cxx
parent791491eded6e72131bd06ed4dd8021b403535578 (diff)
INTEGRATION: CWS npower1 (1.11.64); FILE MERGED
2006/04/12 11:25:07 npower 1.11.64.1: #i64317#, #i64315# changes to add new option 'VBASupport' & uno->basic multi-dim array support
Diffstat (limited to 'basic/source/comp/codegen.cxx')
-rw-r--r--basic/source/comp/codegen.cxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/basic/source/comp/codegen.cxx b/basic/source/comp/codegen.cxx
index 5b8ebdce4ea1..4379c2273500 100644
--- a/basic/source/comp/codegen.cxx
+++ b/basic/source/comp/codegen.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: codegen.cxx,v $
*
- * $Revision: 1.11 $
+ * $Revision: 1.12 $
*
- * last change: $Author: hr $ $Date: 2005-09-29 16:17:04 $
+ * last change: $Author: rt $ $Date: 2006-05-05 10:11:35 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -136,6 +136,8 @@ void SbiCodeGen::Save()
// OPTION EXPLICIT-Flag uebernehmen
if( pParser->bExplicit )
p->SetFlag( SBIMG_EXPLICIT );
+ if( pParser->bVBASupportOn )
+ p->SetFlag( SBIMG_VBASUPPORT );
int nIfaceCount = 0;
if( pParser->bClassModule )