Kaydet (Commit) dc8b72c3 authored tarafından Vladimir Glazounov's avatar Vladimir Glazounov

INTEGRATION: CWS npower7 (1.16.42); FILE MERGED

2007/05/02 09:45:21 npower 1.16.42.1: #i#68898#
üst a87de4a4
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment