coverity#705052 help coverity out here

Change-Id: I5f63cd25b539bcb7a424a25bb559d3281473c42f
This commit is contained in:
Caolán McNamara
2014-03-24 10:12:02 +00:00
parent a848a497e0
commit 8f1beb17ea

View File

@@ -1344,10 +1344,10 @@ BaseContent::cPCL( void )
{
osl::MutexGuard aGuard( m_aMutex );
Sequence< OUString > seqNames;
if (!m_pPropertyListener)
return NULL;
if( m_pPropertyListener )
seqNames = m_pPropertyListener->getContainedTypes();
Sequence< OUString > seqNames = m_pPropertyListener->getContainedTypes();
PropertyChangeNotifier* p = 0;