summaryrefslogtreecommitdiff
path: root/svx/source/svdraw/sdrhittesthelper.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/svdraw/sdrhittesthelper.cxx')
-rw-r--r--svx/source/svdraw/sdrhittesthelper.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/svx/source/svdraw/sdrhittesthelper.cxx b/svx/source/svdraw/sdrhittesthelper.cxx
index dab3e14e2b3e..4ea659954b60 100644
--- a/svx/source/svdraw/sdrhittesthelper.cxx
+++ b/svx/source/svdraw/sdrhittesthelper.cxx
@@ -41,7 +41,7 @@ SdrObject* SdrObjectPrimitiveHit(
const SetOfByte* pVisiLayer,
bool bTextOnly)
{
- SdrObject* pResult = 0;
+ SdrObject* pResult = nullptr;
if(rObject.GetSubList() && rObject.GetSubList()->GetObjCount())
{
@@ -100,7 +100,7 @@ SdrObject* SdrObjListPrimitiveHit(
bool bTextOnly)
{
size_t nObjNum(rList.GetObjCount());
- SdrObject* pRetval = 0;
+ SdrObject* pRetval = nullptr;
while(!pRetval && nObjNum > 0)
{