Kaydet (Commit) dcaf8a87 authored tarafından Julien Nabet's avatar Julien Nabet

uninit variable

Change-Id: I94870693fc269ab7a40e9ded482d259921316c38
üst fb1d9cc9
...@@ -79,7 +79,8 @@ struct lcl_ApplyCellToData : public ::std::unary_function< SchXMLCell, void > ...@@ -79,7 +79,8 @@ struct lcl_ApplyCellToData : public ::std::unary_function< SchXMLCell, void >
lcl_ApplyCellToData( Sequence< double > & rOutData ) : lcl_ApplyCellToData( Sequence< double > & rOutData ) :
m_rData( rOutData ), m_rData( rOutData ),
m_nIndex( 0 ), m_nIndex( 0 ),
m_nSize( rOutData.getLength()) m_nSize( rOutData.getLength()),
m_fNaN( 0.0 )
{ {
::rtl::math::setNan( &m_fNaN ); ::rtl::math::setNan( &m_fNaN );
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment