summaryrefslogtreecommitdiff
path: root/basic/source
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2003-05-22 07:53:04 +0000
committerVladimir Glazounov <vg@openoffice.org>2003-05-22 07:53:04 +0000
commitda8f5bcda97b7ba0a86bd595b5c0e263678f99d4 (patch)
tree573c30d4de7ed41ebbe0722b45cd7ed17dd8e485 /basic/source
parent9d50ecf6ada7542d40e9d98cb786bb3a260de36a (diff)
INTEGRATION: CWS uno4 (1.9.26); FILE MERGED
2003/05/15 13:14:42 ab 1.9.26.1: #109348# Fixed recursion handling
Diffstat (limited to 'basic/source')
-rw-r--r--basic/source/comp/dim.cxx6
1 files changed, 3 insertions, 3 deletions
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 );
}