From dc8b72c33a81561f11159e2d1837845187a49bcc Mon Sep 17 00:00:00 2001 From: Vladimir Glazounov Date: Thu, 30 Aug 2007 08:59:33 +0000 Subject: INTEGRATION: CWS npower7 (1.16.42); FILE MERGED 2007/05/02 09:45:21 npower 1.16.42.1: #i#68898# --- basic/source/comp/codegen.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'basic/source/comp/codegen.cxx') 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; -- cgit v1.2.3