Kaydet (Commit) 44f5f2bd authored tarafından Caolán McNamara's avatar Caolán McNamara

coverity#704648 Dereference after null check

Change-Id: I0b6c5dc5b1225fb15c99401501b2c5cc2bb94b58
üst cc39a4b7
......@@ -3737,7 +3737,7 @@ throw (uno::RuntimeException)
SolarMutexGuard aGuard;
if ( pToolBox )
aSize = pToolBox->CalcWindowSizePixel( 1, ImplConvertAlignment( aUIDockingElement.m_aDockedData.m_nDockedArea ) );
else
else if ( pWindow )
aSize = pWindow->GetSizePixel();
}
......
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