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

Properly initialize data members.

Change-Id: Iacd91b79ea8fadcc70c2ae63f61f649f33acfbef
üst 38d7306d
......@@ -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)
{
}
......
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