summaryrefslogtreecommitdiff
path: root/basic/source/comp/codegen.cxx
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2007-08-30 08:59:33 +0000
committerVladimir Glazounov <vg@openoffice.org>2007-08-30 08:59:33 +0000
commitdc8b72c33a81561f11159e2d1837845187a49bcc (patch)
tree43414416c43be501c15e8739d04ac2c6f5270a5a /basic/source/comp/codegen.cxx
parenta87de4a43d013772e08a029775a8ada807c68fa6 (diff)
INTEGRATION: CWS npower7 (1.16.42); FILE MERGED
2007/05/02 09:45:21 npower 1.16.42.1: #i#68898#
Diffstat (limited to 'basic/source/comp/codegen.cxx')
-rw-r--r--basic/source/comp/codegen.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/basic/source/comp/codegen.cxx b/basic/source/comp/codegen.cxx
index 538a07d1fa52..5b907b1113de 100644
--- a/basic/source/comp/codegen.cxx
+++ b/basic/source/comp/codegen.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: codegen.cxx,v $
*
- * $Revision: 1.17 $
+ * $Revision: 1.18 $
*
- * last change: $Author: hr $ $Date: 2007-06-27 14:19:50 $
+ * last change: $Author: vg $ $Date: 2007-08-30 09:59:33 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -135,7 +135,7 @@ void SbiCodeGen::Save()
// OPTION EXPLICIT-Flag uebernehmen
if( pParser->bExplicit )
p->SetFlag( SBIMG_EXPLICIT );
- if( pParser->bVBASupportOn )
+ if( pParser->IsVBASupportOn() )
p->SetFlag( SBIMG_VBASUPPORT );
int nIfaceCount = 0;