summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/tabledesign/TableController.cxx
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2006-11-21 16:17:16 +0000
committerVladimir Glazounov <vg@openoffice.org>2006-11-21 16:17:16 +0000
commit5d93fb0a77737f80ad1b7d6722d29d698cde2448 (patch)
tree091ad706d4733413a56e8b94935504d3028fc44a /dbaccess/source/ui/tabledesign/TableController.cxx
parentac75445eaf40291cf13f8548417f602ad3b9106e (diff)
INTEGRATION: CWS pj65 (1.108.32); FILE MERGED
2006/10/31 14:08:48 pjanik 1.108.32.1: #i71027#: prevent warnings on Mac OS X with gcc 4.0.1.
Diffstat (limited to 'dbaccess/source/ui/tabledesign/TableController.cxx')
-rw-r--r--dbaccess/source/ui/tabledesign/TableController.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/dbaccess/source/ui/tabledesign/TableController.cxx b/dbaccess/source/ui/tabledesign/TableController.cxx
index 1505e886fba6..a5be9207ccfb 100644
--- a/dbaccess/source/ui/tabledesign/TableController.cxx
+++ b/dbaccess/source/ui/tabledesign/TableController.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: TableController.cxx,v $
*
- * $Revision: 1.108 $
+ * $Revision: 1.109 $
*
- * last change: $Author: obo $ $Date: 2006-09-17 07:29:30 $
+ * last change: $Author: vg $ $Date: 2006-11-21 17:17:16 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -1213,7 +1213,7 @@ void OTableController::alterColumns()
xColumns->getByName(pField->GetName()) >>= xColumn;
OSL_ENSURE(xColumn.is(),"Column is null!");
- sal_Int32 nType,nPrecision,nScale,nNullable,nFormatKey=0,nAlignment=0;
+ sal_Int32 nType=0,nPrecision=0,nScale=0,nNullable=0,nFormatKey=0,nAlignment=0;
sal_Bool bAutoIncrement = false;
::rtl::OUString sDescription, sTypeName;
Any aControlDefault;