sc/source/filter/oox/numberformatsbuffer.cxx |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

New commits:
commit af8098f671bbe523700c5bedc78bfe6ac263496c
Author: Caolán McNamara <caol...@redhat.com>
Date:   Wed Oct 31 21:21:43 2012 +0000

    valgrind: Conditional jump or move depends on uninitialised value
    
    Change-Id: I20bbd2d5ed7ba3c84ee33544f4a1a39c02729c23

diff --git a/sc/source/filter/oox/numberformatsbuffer.cxx 
b/sc/source/filter/oox/numberformatsbuffer.cxx
index dc7162f..e9a242d 100644
--- a/sc/source/filter/oox/numberformatsbuffer.cxx
+++ b/sc/source/filter/oox/numberformatsbuffer.cxx
@@ -1960,8 +1960,9 @@ void NumberFormat::writeToPropertyMap( PropertyMap& 
rPropMap ) const
 
 // ============================================================================
 
-NumberFormatsBuffer::NumberFormatsBuffer( const WorkbookHelper& rHelper ) :
-    WorkbookHelper( rHelper )
+NumberFormatsBuffer::NumberFormatsBuffer( const WorkbookHelper& rHelper )
+    : WorkbookHelper(rHelper)
+    , mnHighestId(0)
 {
     // get the current locale
     // try user-defined locale setting
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to