diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-04-23 09:21:43 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-04-23 09:40:06 +0100 |
commit | 055eb8ed0c946bfb2fb68762eab5a52917f1e3ae (patch) | |
tree | 7b318e006764b496e8d2a32ec0a40f8bf73f4617 | |
parent | 9f06e4bc3a56806061f759770f758ad3c7ddf09c (diff) |
coverity#708561 Uninitialized scalar field
Change-Id: I5143af5be06312a131751d742d17be619e042d11
-rw-r--r-- | ucb/source/ucp/file/filrow.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ucb/source/ucp/file/filrow.cxx b/ucb/source/ucp/file/filrow.cxx index 9569a239586d..e779c6083be6 100644 --- a/ucb/source/ucp/file/filrow.cxx +++ b/ucb/source/ucp/file/filrow.cxx @@ -77,6 +77,7 @@ sal_Bool convert( shell* pShell, XRow_impl::XRow_impl( shell* pMyShell,const uno::Sequence< uno::Any >& seq ) : m_aValueMap( seq ), + m_nWasNull(false), m_pMyShell( pMyShell ), m_xProvider( pMyShell->m_pProvider ), m_xTypeConverter( 0 ) |