summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2006-11-21 16:08:49 +0000
committerVladimir Glazounov <vg@openoffice.org>2006-11-21 16:08:49 +0000
commit9ec12ed3b4c5ca810120a172fae4a4226d02cad4 (patch)
tree5c6956101e0d00211a8ff4d831973ee5e546a93b
parent347b659be5b3caaef8ad683fe21203960c72a672 (diff)
INTEGRATION: CWS pj65 (1.55.26); FILE MERGED
2006/11/06 11:14:24 pjanik 1.55.26.1: #i71027#: Prevent warnings on Mac OS X.
-rw-r--r--svx/source/fmcomp/gridcell.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/svx/source/fmcomp/gridcell.cxx b/svx/source/fmcomp/gridcell.cxx
index 459ed3b6a7a3..95017fc12efb 100644
--- a/svx/source/fmcomp/gridcell.cxx
+++ b/svx/source/fmcomp/gridcell.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: gridcell.cxx,v $
*
- * $Revision: 1.57 $
+ * $Revision: 1.58 $
*
- * last change: $Author: kz $ $Date: 2006-11-06 14:40:51 $
+ * last change: $Author: vg $ $Date: 2006-11-21 17:08:49 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -415,7 +415,7 @@ sal_Int16 DbGridColumn::SetAlignment(sal_Int16 _nAlign)
{ // 'Standard'
if (m_xField.is())
{
- sal_Int32 nType;
+ sal_Int32 nType = 0;
m_xField->getPropertyValue(FM_PROP_FIELDTYPE) >>= nType;
switch (nType)