cppcheck: nullPointerRedundantCheck
Change-Id: I8f893fe86d1f09a6ed7256830bca5599f94a187b
This commit is contained in:
parent
cf58196691
commit
7b09e2a90c
@ -643,7 +643,7 @@ SvxTextForwarder* SvxTextEditSourceImpl::GetBackgroundTextForwarder()
|
||||
mpOutliner->SetText( *pOutlinerParaObject );
|
||||
|
||||
// #91254# put text to object and set EmptyPresObj to FALSE
|
||||
if( mpText && bOwnParaObj && pOutlinerParaObject && mpObject->IsEmptyPresObj() && pTextObj->IsReallyEdited() )
|
||||
if( mpText && bOwnParaObj && mpObject->IsEmptyPresObj() && pTextObj->IsReallyEdited() )
|
||||
{
|
||||
mpObject->SetEmptyPresObj( false );
|
||||
static_cast< SdrTextObj* >( mpObject)->NbcSetOutlinerParaObjectForText( pOutlinerParaObject, mpText );
|
||||
|
Loading…
x
Reference in New Issue
Block a user