summaryrefslogtreecommitdiff
path: root/sd/source/ui/view/drviews9.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/view/drviews9.cxx')
-rw-r--r--sd/source/ui/view/drviews9.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sd/source/ui/view/drviews9.cxx b/sd/source/ui/view/drviews9.cxx
index 77af9534bf18..46abdffd0bfc 100644
--- a/sd/source/ui/view/drviews9.cxx
+++ b/sd/source/ui/view/drviews9.cxx
@@ -127,7 +127,7 @@ void DrawViewShell::ExecGallery(SfxRequest& rReq)
aPnt += Point(pPage->GetLftBorder(), pPage->GetUppBorder());
Rectangle aRect (aPnt, aSize);
- SdrGrafObj* pGrafObj = NULL;
+ SdrGrafObj* pGrafObj = nullptr;
bool bInsertNewObject = true;
@@ -152,7 +152,7 @@ void DrawViewShell::ExecGallery(SfxRequest& rReq)
SdrGrafObj* pNewGrafObj = pGrafObj->Clone();
pNewGrafObj->SetEmptyPresObj(false);
- pNewGrafObj->SetOutlinerParaObject(NULL);
+ pNewGrafObj->SetOutlinerParaObject(nullptr);
pNewGrafObj->SetGraphic(aGraphic);
OUString aStr(mpDrawView->GetDescriptionOfMarkedObjects());