summaryrefslogtreecommitdiff
path: root/dbaccess
diff options
context:
space:
mode:
authorOcke Janssen <oj@openoffice.org>2001-04-11 09:36:33 +0000
committerOcke Janssen <oj@openoffice.org>2001-04-11 09:36:33 +0000
commitdd4c74469b080071eaa48ab85eb646e72790845f (patch)
treec69ad0aba47c3019ab0b225f72e435e66c490cce /dbaccess
parent73276765dbf790d8e19949d84f5a7fb8d3bf5591 (diff)
initialize var
Diffstat (limited to 'dbaccess')
-rw-r--r--dbaccess/source/ui/tabledesign/FieldDescriptions.cxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/dbaccess/source/ui/tabledesign/FieldDescriptions.cxx b/dbaccess/source/ui/tabledesign/FieldDescriptions.cxx
index eaca0124afc6..f2254bf9a951 100644
--- a/dbaccess/source/ui/tabledesign/FieldDescriptions.cxx
+++ b/dbaccess/source/ui/tabledesign/FieldDescriptions.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: FieldDescriptions.cxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: oj $ $Date: 2001-03-22 07:54:07 $
+ * last change: $Author: oj $ $Date: 2001-04-11 10:36:33 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -104,6 +104,7 @@ OFieldDescription::OFieldDescription() :
,m_pType(NULL)
,m_nIsNullable(ColumnValue::NULLABLE)
,m_nType(DataType::VARCHAR)
+ ,m_bIsCurrency(sal_False)
{
DBG_CTOR(OFieldDescription,NULL);
}
@@ -143,6 +144,7 @@ OFieldDescription::OFieldDescription(const Reference< XPropertySet >& xAffectedC
,m_pType(NULL)
,m_nIsNullable(ColumnValue::NULLABLE)
,m_nType(DataType::VARCHAR)
+ ,m_bIsCurrency(sal_False)
{
DBG_CTOR(OFieldDescription,NULL);
OSL_ENSURE(xAffectedCol.is(),"PropetySet can notbe null!");