summaryrefslogtreecommitdiff
path: root/svx/source/fmcomp
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2006-10-12 11:42:59 +0000
committerOliver Bolte <obo@openoffice.org>2006-10-12 11:42:59 +0000
commite42748b0c45e0aa01c8e1ef8e2ae99389520224e (patch)
treeb52b0fdabff7154893ce75052dffd10ebbf5ba24 /svx/source/fmcomp
parentdef8da1a12e33b0cef847e726e42005fdbc0ec98 (diff)
INTEGRATION: CWS sb59 (1.50.60); FILE MERGED
2006/08/29 14:46:41 sb 1.50.60.3: #i67535# Made code warning-free (GCC 4.1.1). 2006/08/18 17:39:17 sb 1.50.60.2: RESYNC: (1.50-1.52); FILE MERGED 2006/07/21 06:57:08 sb 1.50.60.1: #i67487# Removed NOTIFY_LISTENERS.
Diffstat (limited to 'svx/source/fmcomp')
-rw-r--r--svx/source/fmcomp/fmgridif.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/svx/source/fmcomp/fmgridif.cxx b/svx/source/fmcomp/fmgridif.cxx
index 2d0477817969..0b542a09858b 100644
--- a/svx/source/fmcomp/fmgridif.cxx
+++ b/svx/source/fmcomp/fmgridif.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: fmgridif.cxx,v $
*
- * $Revision: 1.53 $
+ * $Revision: 1.54 $
*
- * last change: $Author: obo $ $Date: 2006-09-17 05:01:17 $
+ * last change: $Author: obo $ $Date: 2006-10-12 12:42:59 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -1352,7 +1352,7 @@ Sequence< sal_Bool > SAL_CALL FmXGridPeer::queryFieldDataType( const Type& xType
if (!::comphelper::hasProperty(FM_PROP_CLASSID, xCurrentColumn))
continue;
- sal_Int16 nClassId;
+ sal_Int16 nClassId = sal_Int16();
xCurrentColumn->getPropertyValue(FM_PROP_CLASSID) >>= nClassId;
if (nClassId>LAST_KNOWN_TYPE)
continue;