i18npool/source/characterclassification/cclass_unicode.cxx |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

New commits:
commit 57da1391a3b443db6f07d9be2689d7812940dd29
Author: Caolán McNamara <caol...@redhat.com>
Date:   Thu Nov 2 08:53:32 2017 +0000

    coverity#1420537 Uninitialized scalar field
    
    Change-Id: I974b48ddb54b954a512c3eb8949c6db0ff74c353

diff --git a/i18npool/source/characterclassification/cclass_unicode.cxx 
b/i18npool/source/characterclassification/cclass_unicode.cxx
index 4f7ee6cfb279..a111dd3936ba 100644
--- a/i18npool/source/characterclassification/cclass_unicode.cxx
+++ b/i18npool/source/characterclassification/cclass_unicode.cxx
@@ -47,7 +47,8 @@ cclass_Unicode::cclass_Unicode( const uno::Reference < 
XComponentContext >& rxCo
         nContTypes( 0 ),
         eState( ssGetChar ),
         cGroupSep( ',' ),
-        cDecimalSep( '.' )
+        cDecimalSep( '.' ),
+        cDecimalSepAlt( 0 )
 {
     trans = new Transliteration_casemapping();
 }
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to