coverity#705052 help coverity out here
Change-Id: I5f63cd25b539bcb7a424a25bb559d3281473c42f
This commit is contained in:
@@ -1344,10 +1344,10 @@ BaseContent::cPCL( void )
|
|||||||
{
|
{
|
||||||
osl::MutexGuard aGuard( m_aMutex );
|
osl::MutexGuard aGuard( m_aMutex );
|
||||||
|
|
||||||
Sequence< OUString > seqNames;
|
if (!m_pPropertyListener)
|
||||||
|
return NULL;
|
||||||
|
|
||||||
if( m_pPropertyListener )
|
Sequence< OUString > seqNames = m_pPropertyListener->getContainedTypes();
|
||||||
seqNames = m_pPropertyListener->getContainedTypes();
|
|
||||||
|
|
||||||
PropertyChangeNotifier* p = 0;
|
PropertyChangeNotifier* p = 0;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user