[Libreoffice-commits] core.git: sc/source
Kohei Yoshida
kohei.yoshida at gmail.com
Mon Apr 15 08:30:39 PDT 2013
sc/source/core/data/formulacell.cxx | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
New commits:
commit d9b0b7d4918a32bca2f86468bf10e147211873cd
Author: Kohei Yoshida <kohei.yoshida at gmail.com>
Date: Mon Apr 15 11:30:23 2013 -0400
Properly initialize data members.
Change-Id: Iacd91b79ea8fadcc70c2ae63f61f649f33acfbef
diff --git a/sc/source/core/data/formulacell.cxx b/sc/source/core/data/formulacell.cxx
index 7bd0785..ab70344 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)
{
}
More information about the Libreoffice-commits
mailing list