OUString, missing conversion in a DBG case

Change-Id: I0643a642681bf25fe57de5607e9d7ddbf98af831
This commit is contained in:
Norbert Thiebaud
2013-07-07 16:37:22 -05:00
parent 009851223b
commit be025c19f7

View File

@@ -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!" );