Kaydet (Commit) af8098f6 authored tarafından Caolán McNamara's avatar Caolán McNamara

valgrind: Conditional jump or move depends on uninitialised value

Change-Id: I20bbd2d5ed7ba3c84ee33544f4a1a39c02729c23
üst ddd44eb4
......@@ -1960,8 +1960,9 @@ void NumberFormat::writeToPropertyMap( PropertyMap& rPropMap ) const
// ============================================================================
NumberFormatsBuffer::NumberFormatsBuffer( const WorkbookHelper& rHelper ) :
WorkbookHelper( rHelper )
NumberFormatsBuffer::NumberFormatsBuffer( const WorkbookHelper& rHelper )
: WorkbookHelper(rHelper)
, mnHighestId(0)
{
// get the current locale
// try user-defined locale setting
......
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