Kaydet (Commit) 57da1391 authored tarafından Caolán McNamara's avatar Caolán McNamara

coverity#1420537 Uninitialized scalar field

Change-Id: I974b48ddb54b954a512c3eb8949c6db0ff74c353
üst 53d7225c
...@@ -47,7 +47,8 @@ cclass_Unicode::cclass_Unicode( const uno::Reference < XComponentContext >& rxCo ...@@ -47,7 +47,8 @@ cclass_Unicode::cclass_Unicode( const uno::Reference < XComponentContext >& rxCo
nContTypes( 0 ), nContTypes( 0 ),
eState( ssGetChar ), eState( ssGetChar ),
cGroupSep( ',' ), cGroupSep( ',' ),
cDecimalSep( '.' ) cDecimalSep( '.' ),
cDecimalSepAlt( 0 )
{ {
trans = new Transliteration_casemapping(); trans = new Transliteration_casemapping();
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment