summaryrefslogtreecommitdiff
path: root/sw/source/ui/index
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2007-11-12 15:32:24 +0000
committerRüdiger Timm <rt@openoffice.org>2007-11-12 15:32:24 +0000
commitf3af2fc35361a85827381397a7e3d0cd3b660f47 (patch)
tree64882adbcc6be84e1844a80272878b02b663b658 /sw/source/ui/index
parent493fe5a2855fc1ee63e0c077fa213d12cf7c961e (diff)
INTEGRATION: CWS pj86 (1.9.4); FILE MERGED
2007/09/28 21:36:17 pjanik 1.9.4.1: #i81574#: Initialize variable(s) to prevent warnings on Mac OS X with gcc-4.0.1.
Diffstat (limited to 'sw/source/ui/index')
-rw-r--r--sw/source/ui/index/swuiidxmrk.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/source/ui/index/swuiidxmrk.cxx b/sw/source/ui/index/swuiidxmrk.cxx
index 168b2687a48b..635b35609930 100644
--- a/sw/source/ui/index/swuiidxmrk.cxx
+++ b/sw/source/ui/index/swuiidxmrk.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: swuiidxmrk.cxx,v $
*
- * $Revision: 1.9 $
+ * $Revision: 1.10 $
*
- * last change: $Author: hr $ $Date: 2007-09-27 12:17:57 $
+ * last change: $Author: rt $ $Date: 2007-11-12 16:32:24 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -1615,7 +1615,7 @@ IMPL_LINK(SwAuthMarkDlg, ChangeSourceHdl, RadioButton*, pButton)
for(sal_uInt16 i = 0; i < aSeq.getLength(); i++)
{
String sTitle = pArr[i].Name;
- sal_Int16 nField;
+ sal_Int16 nField = 0;
pArr[i].Value >>= nField;
if(nField >= 0 && nField < AUTH_FIELD_END)
m_sColumnTitles[nField] = sTitle;