From 055eb8ed0c946bfb2fb68762eab5a52917f1e3ae Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Wed, 23 Apr 2014 09:21:43 +0100 Subject: coverity#708561 Uninitialized scalar field Change-Id: I5143af5be06312a131751d742d17be619e042d11 --- ucb/source/ucp/file/filrow.cxx | 1 + 1 file changed, 1 insertion(+) (limited to 'ucb/source') 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 ) -- cgit