summaryrefslogtreecommitdiff
path: root/rsc
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2004-09-08 16:09:06 +0000
committerRüdiger Timm <rt@openoffice.org>2004-09-08 16:09:06 +0000
commitb15e4f8540b88bfb875b14a0d89e6e7831252d54 (patch)
tree5af422cba3fd56afad07c50e0993c3ec996d399a /rsc
parentc22247144667ceed151c4a6f34923775ced4b1fa (diff)
INTEGRATION: CWS ooo20040704 (1.3.2); FILE MERGED
2004/06/29 12:50:58 waratah 1.3.2.1: #i30874# Correct unitiliased warning
Diffstat (limited to 'rsc')
-rw-r--r--rsc/source/tools/rscdef.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/rsc/source/tools/rscdef.cxx b/rsc/source/tools/rscdef.cxx
index 17807702708c..72c8f8effe29 100644
--- a/rsc/source/tools/rscdef.cxx
+++ b/rsc/source/tools/rscdef.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: rscdef.cxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: rt $ $Date: 2004-06-17 11:53:49 $
+ * last change: $Author: rt $ $Date: 2004-09-08 17:09:06 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -1278,7 +1278,7 @@ BOOL RscFileTab::ChangeDef( const ByteString & rDefName,
{
RscDefine * pDef = FindDef( rDefName );
RscFile * pFile;
- ULONG lPos;
+ ULONG lPos = 0;
if( pDef ){
pFile = GetFile( pDef->GetFileKey() );