summaryrefslogtreecommitdiff
path: root/rsc
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2004-09-08 16:08:44 +0000
committerRüdiger Timm <rt@openoffice.org>2004-09-08 16:08:44 +0000
commitc22247144667ceed151c4a6f34923775ced4b1fa (patch)
tree7b0b1d46dfb51c6aaa1de715d37214e1fe5bc126 /rsc
parent0ded4e56795e688f1601fd2d36147eb4bd5d212a (diff)
INTEGRATION: CWS ooo20040704 (1.3.2); FILE MERGED
2004/06/29 12:50:21 waratah 1.3.2.1: #i30874# Correct unitiliased warning
Diffstat (limited to 'rsc')
-rw-r--r--rsc/source/res/rscclass.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/rsc/source/res/rscclass.cxx b/rsc/source/res/rscclass.cxx
index 3255ae82a616..0e489a745ffe 100644
--- a/rsc/source/res/rscclass.cxx
+++ b/rsc/source/res/rscclass.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: rscclass.cxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: rt $ $Date: 2004-06-17 11:52:18 $
+ * last change: $Author: rt $ $Date: 2004-09-08 17:08:44 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -935,7 +935,7 @@ ERRTYPE RscClass::WriteInstRc
USHORT i;
ERRTYPE aError;
RSCINST aTmpI;
- USHORT nMaskOff;// Offset um Maskenfeld zu addressieren
+ USHORT nMaskOff = 0;// Offset um Maskenfeld zu addressieren
// Wenn eine Variable Maskierung hat, dann Maskenfeld
for( i = 0; i < nEntries; i++ )