diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-05-11 11:21:05 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-05-11 11:52:32 +0100 |
commit | 570e20e63c27174d19983103f9374ec9c2fe9f1f (patch) | |
tree | c810d5a5df9d6196201457d4ba77d2c8caa9f71a /connectivity/source/inc | |
parent | 99c5f4c1c2384fa7d924a4b46c5805a7fcf16633 (diff) |
coverity#707708 Uninitialized scalar field
Change-Id: If968eb06bb5741672df1d4f5a20f89333e11ef16
Diffstat (limited to 'connectivity/source/inc')
-rw-r--r-- | connectivity/source/inc/OTypeInfo.hxx | 1 |
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) |