OUString, missing conversion in a DBG case
Change-Id: I0643a642681bf25fe57de5607e9d7ddbf98af831
This commit is contained in:
@@ -765,7 +765,7 @@ void SfxStyleSheetBasePool::Insert( SfxStyleSheetBase* p )
|
||||
SfxStyleSheetIterator aIter(this, p->GetFamily(), p->GetMask());
|
||||
SfxStyleSheetBase* pOld = aIter.Find( p->GetName() );
|
||||
OSL_ENSURE( !pOld, "svl::SfxStyleSheetBasePool::Insert(), StyleSheet already inserted" );
|
||||
if( p->GetParent().Len() )
|
||||
if( !p->GetParent().isEmpty() )
|
||||
{
|
||||
pOld = aIter.Find( p->GetParent() );
|
||||
OSL_ENSURE( pOld, "svl::SfxStyleSheetBasePool::Insert(), Parent not found!" );
|
||||
|
Reference in New Issue
Block a user