diff --git a/sc/source/core/data/formulacell.cxx b/sc/source/core/data/formulacell.cxx index 7bd078575775..ab703442fc2c 100644 --- a/sc/source/core/data/formulacell.cxx +++ b/sc/source/core/data/formulacell.cxx @@ -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) { }