[ooo-build-commit] .: svl/source

Fridrich Strba fridrich at kemper.freedesktop.org
Thu Sep 16 01:57:49 PDT 2010


 svl/source/numbers/zforfind.cxx |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

New commits:
commit 4b79877964660882ba16d5200d53136aad3d7a8a
Author: Kohei Yoshida <kyoshida at novell.com>
Date:   Thu Sep 16 10:49:55 2010 +0200

    svtools-uninitialized-member-fix.diff: initialize data members for sure

diff --git a/svl/source/numbers/zforfind.cxx b/svl/source/numbers/zforfind.cxx
index a049895..70ea935 100644
--- a/svl/source/numbers/zforfind.cxx
+++ b/svl/source/numbers/zforfind.cxx
@@ -84,7 +84,9 @@ ImpSvNumberInputScan::ImpSvNumberInputScan( SvNumberFormatter* pFormatterP )
         pUpperMonthText( NULL ),
         pUpperAbbrevMonthText( NULL ),
         pUpperDayText( NULL ),
-        pUpperAbbrevDayText( NULL )
+        pUpperAbbrevDayText( NULL ),
+        eScannedType( NUMBERFORMAT_UNDEFINED ),
+        eSetType( NUMBERFORMAT_UNDEFINED )
 {
     pFormatter = pFormatterP;
     pNullDate = new Date(30,12,1899);


More information about the ooo-build-commit mailing list