summaryrefslogtreecommitdiff
path: root/forms
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2006-07-19 15:43:16 +0000
committerKurt Zenker <kz@openoffice.org>2006-07-19 15:43:16 +0000
commitf0540fdb8d46c3cc88a37ec0e7f66cddf8c1d9c3 (patch)
treebedc3bb94914980cacd7dcf94af094fde2ecd64f /forms
parent57a7b8998e32e558a405448d502cb7a49a0a46ea (diff)
INTEGRATION: CWS warningfixes02 (1.31.2); FILE MERGED
2006/06/30 12:17:35 sb 1.31.2.1: #i66577# Made the code compile (warning-free) on a unxlngi6.pro GCC 4.1.1 Linux box.
Diffstat (limited to 'forms')
-rw-r--r--forms/source/component/ComboBox.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/forms/source/component/ComboBox.cxx b/forms/source/component/ComboBox.cxx
index dd5d4ba8257c..944f6f2a70e2 100644
--- a/forms/source/component/ComboBox.cxx
+++ b/forms/source/component/ComboBox.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: ComboBox.cxx,v $
*
- * $Revision: 1.32 $
+ * $Revision: 1.33 $
*
- * last change: $Author: obo $ $Date: 2006-07-10 14:46:21 $
+ * last change: $Author: kz $ $Date: 2006-07-19 16:43:16 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -417,7 +417,7 @@ void SAL_CALL OComboBoxModel::write(const Reference<stario::XObjectOutputStream>
if ((nAnyMask & BOUNDCOLUMN) == BOUNDCOLUMN)
{
- sal_Int16 nBoundColumn;
+ sal_Int16 nBoundColumn = 0;
m_aBoundColumn >>= nBoundColumn;
_rxOutStream << nBoundColumn;
}