Kaydet (Commit) 7a8a3e46 authored tarafından Kohei Yoshida's avatar Kohei Yoshida

fdo#58539: Properly initialize a member pointer value.

Or else it would crash when loading the doc from fdo#55174.

Change-Id: I21eb77f97dcab467c185dacaf9f00753bb4fc18c
üst 58e76a64
...@@ -285,6 +285,7 @@ ApiTokenSequence DefinedNameBase::importBiffFormula( sal_Int16 nBaseSheet, BiffI ...@@ -285,6 +285,7 @@ ApiTokenSequence DefinedNameBase::importBiffFormula( sal_Int16 nBaseSheet, BiffI
DefinedName::DefinedName( const WorkbookHelper& rHelper ) : DefinedName::DefinedName( const WorkbookHelper& rHelper ) :
DefinedNameBase( rHelper ), DefinedNameBase( rHelper ),
mpScRangeData(NULL),
mnTokenIndex( -1 ), mnTokenIndex( -1 ),
mcBuiltinId( BIFF_DEFNAME_UNKNOWN ), mcBuiltinId( BIFF_DEFNAME_UNKNOWN ),
mnFmlaSize( 0 ) mnFmlaSize( 0 )
......
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