coverity#708561 Uninitialized scalar field

Change-Id: I5143af5be06312a131751d742d17be619e042d11
This commit is contained in:
Caolán McNamara
2014-04-23 09:21:43 +01:00
parent 9f06e4bc3a
commit 055eb8ed0c

View File

@@ -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 )