sc/source/core/data/formulacell.cxx |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

New commits:
commit d9b0b7d4918a32bca2f86468bf10e147211873cd
Author: Kohei Yoshida <kohei.yosh...@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)
 {
 }
 
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to