diff options
author | Norbert Thiebaud <nthiebaud@gmail.com> | 2014-01-28 23:46:58 -0600 |
---|---|---|
committer | Norbert Thiebaud <nthiebaud@gmail.com> | 2014-01-29 23:36:52 -0600 |
commit | 84f313ba4a1815b5a26da64de6f6a3aac78aef3e (patch) | |
tree | 5639f6ec69136d538c7425194dd72cfda86b046e /tools/source | |
parent | f3612719e00ee63b5d68258b99f3c61a85c27e27 (diff) |
coverity#100870 : Uninitialized scalar field
Change-Id: Ica1af6017aedf94ad4daa92352691675bf6378fd
Diffstat (limited to 'tools/source')
-rw-r--r-- | tools/source/rc/resmgr.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/source/rc/resmgr.cxx b/tools/source/rc/resmgr.cxx index 6896bd8a8ee2..7c260ed01e9b 100644 --- a/tools/source/rc/resmgr.cxx +++ b/tools/source/rc/resmgr.cxx @@ -421,6 +421,7 @@ InternalResMgr::InternalResMgr( const OUString& rFileURL, const OUString& rResName, const LanguageTag& rLocale ) : pContent( NULL ) + , nOffCorrection( 0 ) , pStringBlock( NULL ) , pStm( NULL ) , bEqual2Content( true ) |