From da8f5bcda97b7ba0a86bd595b5c0e263678f99d4 Mon Sep 17 00:00:00 2001 From: Vladimir Glazounov Date: Thu, 22 May 2003 07:53:04 +0000 Subject: INTEGRATION: CWS uno4 (1.9.26); FILE MERGED 2003/05/15 13:14:42 ab 1.9.26.1: #109348# Fixed recursion handling --- basic/source/comp/dim.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'basic/source/comp') diff --git a/basic/source/comp/dim.cxx b/basic/source/comp/dim.cxx index 8160365ba551..d97f5e46d7d5 100644 --- a/basic/source/comp/dim.cxx +++ b/basic/source/comp/dim.cxx @@ -2,9 +2,9 @@ * * $RCSfile: dim.cxx,v $ * - * $Revision: 1.9 $ + * $Revision: 1.10 $ * - * last change: $Author: hr $ $Date: 2003-03-18 16:28:34 $ + * last change: $Author: vg $ $Date: 2003-05-22 08:53:04 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -715,7 +715,7 @@ void SbiParser::Call() { String aName( aSym ); SbiExpression aVar( this, SbSYMBOL ); - aVar.Gen(); + aVar.Gen( FORCE_CALL ); aGen.Gen( _GET ); } -- cgit