diff options
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 ) |