diff options
author | Norbert Thiebaud <nthiebaud@gmail.com> | 2014-01-29 23:32:20 -0600 |
---|---|---|
committer | Norbert Thiebaud <nthiebaud@gmail.com> | 2014-01-29 23:36:54 -0600 |
commit | 0d8679da48ca7b9cdde55954b58c468c16091941 (patch) | |
tree | e87bc2fe6e70f2dfbbd1c24fe1b93590785ce4e6 /unotools | |
parent | 4eb97e07ccfb740e0421e34c23703468d87d16fd (diff) |
coverity#984169 : Uninitialized scalar field
Change-Id: Ie304c66b7a3abb163428fb481c3cca3de2b4379b
Diffstat (limited to 'unotools')
-rw-r--r-- | unotools/source/config/syslocaleoptions.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/unotools/source/config/syslocaleoptions.cxx b/unotools/source/config/syslocaleoptions.cxx index 4126b26ca5b6..95389433c0d9 100644 --- a/unotools/source/config/syslocaleoptions.cxx +++ b/unotools/source/config/syslocaleoptions.cxx @@ -144,6 +144,7 @@ SvtSysLocaleOptions_Impl::SvtSysLocaleOptions_Impl() , m_aRealLocale( LANGUAGE_SYSTEM) , m_aRealUILocale( LANGUAGE_SYSTEM) , m_bDecimalSeparator( true ) + , m_bIgnoreLanguageChange( false) , m_bROLocale(CFG_READONLY_DEFAULT) , m_bROUILocale(CFG_READONLY_DEFAULT) , m_bROCurrency(CFG_READONLY_DEFAULT) |