diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2006-11-02 14:49:01 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2006-11-02 14:49:01 +0000 |
commit | f8e2ba9a405cba5f9343f97f26ae4664732e07dc (patch) | |
tree | 545f9f6fc6bcda9123f4f20b32ab74b1db7cd004 | |
parent | e9fa5160e4096d46d7f7519aee2c98a36d370916 (diff) |
INTEGRATION: CWS ab30 (1.21.28); FILE MERGED
2006/10/17 14:56:11 ab 1.21.28.2: RESYNC: (1.21-1.22); FILE MERGED
2006/10/05 10:39:51 ab 1.21.28.1: #i69718 Fix in SbiRuntime::CheckArray()
-rw-r--r-- | basic/source/runtime/step2.cxx | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/basic/source/runtime/step2.cxx b/basic/source/runtime/step2.cxx index a2890793fb87..1746bd695550 100644 --- a/basic/source/runtime/step2.cxx +++ b/basic/source/runtime/step2.cxx @@ -4,9 +4,9 @@ * * $RCSfile: step2.cxx,v $ * - * $Revision: 1.24 $ + * $Revision: 1.25 $ * - * last change: $Author: vg $ $Date: 2006-11-01 16:17:07 $ + * last change: $Author: vg $ $Date: 2006-11-02 15:49:01 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -517,14 +517,11 @@ SbxVariable* SbiRuntime::CheckArray( SbxVariable* pElem ) if ( refTemp ) { meth->SetParameters( pPar ); - SbxVariable* pNew = new SbxMethod( *(SbxMethod*)pMeth ); + SbxVariable* pNew = new SbxMethod( *(SbxMethod*)meth ); pElem = pNew; } - } } - - } // #42940, 0.Parameter zu NULL setzen, damit sich Var nicht selbst haelt |