Kaydet (Commit) 18f9abff authored tarafından Zdibák Zoltán's avatar Zdibák Zoltán Kaydeden (comit) Markus Mohrhard

cppCheck narrowed variableScope rEntry

Change-Id: I04b0b0dc85afdceead9766d8a45e21055074d5fc
Reviewed-on: https://gerrit.libreoffice.org/63248
Tested-by: Jenkins
Reviewed-by: 's avatarMarkus Mohrhard <markus.mohrhard@googlemail.com>
üst 4d39ec07
......@@ -400,12 +400,12 @@ void ComponentContext::disposing()
t_map::iterator const iEnd( m_map.end() );
for ( ; iPos != iEnd; ++iPos )
{
ContextEntry& rEntry = iPos->second;
// service manager disposed separately
if (!m_xSMgr.is() ||
!iPos->first.startsWith( SMGR_SINGLETON ))
{
ContextEntry& rEntry = iPos->second;
if (rEntry.lateInit)
{
// late init
......
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