Properly initialize data members.

Change-Id: Iacd91b79ea8fadcc70c2ae63f61f649f33acfbef
This commit is contained in:
Kohei Yoshida
2013-04-15 11:30:23 -04:00
parent 38d7306d06
commit d9b0b7d491

View File

@@ -375,7 +375,8 @@ void adjustDBRange(ScToken* pToken, ScDocument& rNewDoc, const ScDocument* pOldD
}
ScFormulaCellGroup::ScFormulaCellGroup()
ScFormulaCellGroup::ScFormulaCellGroup() :
mnRefCount(0), mpDelta(NULL), mnStart(0), mnLength(0)
{
}