summaryrefslogtreecommitdiff
path: root/basic/source/comp
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2003-11-25 09:43:02 +0000
committerRüdiger Timm <rt@openoffice.org>2003-11-25 09:43:02 +0000
commita196d5d24c4eb46d47d9d2575d6392a447d13586 (patch)
tree69ad6e59f491f42d4188a3c0e68ebe59566d91ed /basic/source/comp
parent6cbaf36002c0b3d9e0914bdb5eb12aeff9d0130c (diff)
INTEGRATION: CWS valgrind01 (1.5.72); FILE MERGED
2003/10/28 19:04:09 hr 1.5.72.1: #i20184#: SbiProcDef::Match(): initialize pn
Diffstat (limited to 'basic/source/comp')
-rw-r--r--basic/source/comp/symtbl.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/basic/source/comp/symtbl.cxx b/basic/source/comp/symtbl.cxx
index 0b9373f7d9bc..81b357512a3b 100644
--- a/basic/source/comp/symtbl.cxx
+++ b/basic/source/comp/symtbl.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: symtbl.cxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: hr $ $Date: 2003-03-18 16:28:35 $
+ * last change: $Author: rt $ $Date: 2003-11-25 10:43:02 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -467,7 +467,7 @@ void SbiProcDef::SetType( SbxDataType t )
void SbiProcDef::Match( SbiProcDef* pOld )
{
- SbiSymDef* po, *pn;
+ SbiSymDef* po, *pn=NULL;
// Parameter 0 ist der Funktionsname
USHORT i;
for( i = 1; i < aParams.GetSize(); i++ )