summaryrefslogtreecommitdiff
path: root/vcl/unx/source
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2004-09-08 14:14:02 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2004-09-08 14:14:02 +0000
commit32d376851b5347b719d541c1c1b2e1d6baba02cd (patch)
treed6f3d929eda1fbaefe573e70fdc6b3286f6daf13 /vcl/unx/source
parent2c9f6941d7de009ae93c0d44dfb9f4c41ce6ad7e (diff)
INTEGRATION: CWS ooo20040704 (1.15.138); FILE MERGED
2004/07/01 12:48:25 waratah 1.15.138.1: #i30874# Add initial values to potentially uninitialised values
Diffstat (limited to 'vcl/unx/source')
-rw-r--r--vcl/unx/source/gdi/xlfd_attr.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/vcl/unx/source/gdi/xlfd_attr.cxx b/vcl/unx/source/gdi/xlfd_attr.cxx
index a97b71604efe..0da76a7da299 100644
--- a/vcl/unx/source/gdi/xlfd_attr.cxx
+++ b/vcl/unx/source/gdi/xlfd_attr.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: xlfd_attr.cxx,v $
*
- * $Revision: 1.15 $
+ * $Revision: 1.16 $
*
- * last change: $Author: vg $ $Date: 2004-01-06 14:41:47 $
+ * last change: $Author: rt $ $Date: 2004-09-08 15:14:02 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -512,7 +512,7 @@ AttributeStorage::AddClassification( Attribute *pClassification,
unsigned int nLower = 0;
unsigned int nUpper = nNum;
unsigned int nCurrent;
- int nComparison;
+ int nComparison = 1;
Attribute *pHaystack, *pNeedle;
pNeedle = &mpList[ i ];