summaryrefslogtreecommitdiff
path: root/sw/source/core/draw/dflyobj.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/core/draw/dflyobj.cxx')
-rw-r--r--sw/source/core/draw/dflyobj.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/source/core/draw/dflyobj.cxx b/sw/source/core/draw/dflyobj.cxx
index 04c10c069b80..67ce43953a14 100644
--- a/sw/source/core/draw/dflyobj.cxx
+++ b/sw/source/core/draw/dflyobj.cxx
@@ -540,7 +540,7 @@ void SwVirtFlyDrawObj::SetSnapRect(const Rectangle& )
SetRect();
SetChanged();
BroadcastObjectChange();
- if (pUserCall!=NULL)
+ if (pUserCall!=nullptr)
pUserCall->Changed(*this, SDRUSERCALL_RESIZE, aTmp);
}
@@ -561,7 +561,7 @@ void SwVirtFlyDrawObj::SetLogicRect(const Rectangle& )
SetRect();
SetChanged();
BroadcastObjectChange();
- if (pUserCall!=NULL)
+ if (pUserCall!=nullptr)
pUserCall->Changed(*this, SDRUSERCALL_RESIZE, aTmp);
}
@@ -994,7 +994,7 @@ SdrObject* SwVirtFlyDrawObj::CheckMacroHit( const SdrObjMacroHitRec& rRec ) cons
pFlyFrm->GetFormat()->GetIMapObject( rRec.aPos, pFlyFrm ))
return const_cast<SdrObject*>(static_cast<SdrObject const *>(this));
- return 0;
+ return nullptr;
}
}
}