summaryrefslogtreecommitdiff
path: root/connectivity
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-05-11 11:21:05 +0100
committerCaolán McNamara <caolanm@redhat.com>2014-05-11 11:52:32 +0100
commit570e20e63c27174d19983103f9374ec9c2fe9f1f (patch)
treec810d5a5df9d6196201457d4ba77d2c8caa9f71a /connectivity
parent99c5f4c1c2384fa7d924a4b46c5805a7fcf16633 (diff)
coverity#707708 Uninitialized scalar field
Change-Id: If968eb06bb5741672df1d4f5a20f89333e11ef16
Diffstat (limited to 'connectivity')
-rw-r--r--connectivity/source/inc/OTypeInfo.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/connectivity/source/inc/OTypeInfo.hxx b/connectivity/source/inc/OTypeInfo.hxx
index 7d4d3cedaa73..fba771e4e429 100644
--- a/connectivity/source/inc/OTypeInfo.hxx
+++ b/connectivity/source/inc/OTypeInfo.hxx
@@ -55,6 +55,7 @@ namespace connectivity
,nMinimumScale(0)
,nType( ::com::sun::star::sdbc::DataType::OTHER)
,nSearchType( ::com::sun::star::sdbc::ColumnSearch::FULL)
+ ,nNumPrecRadix(0)
,bCurrency(false)
,bAutoIncrement(false)
,bNullable(true)