summaryrefslogtreecommitdiff
path: root/sd/source/ui/func/fuconstr.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/func/fuconstr.cxx')
-rw-r--r--sd/source/ui/func/fuconstr.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sd/source/ui/func/fuconstr.cxx b/sd/source/ui/func/fuconstr.cxx
index b170b6684273..71a356b46a41 100644
--- a/sd/source/ui/func/fuconstr.cxx
+++ b/sd/source/ui/func/fuconstr.cxx
@@ -86,7 +86,7 @@ bool FuConstruct::MouseButtonDown(const MouseEvent& rMEvt)
SdrHdl* pHdl = mpView->PickHandle(aMDPos);
- if ( pHdl != NULL || mpView->IsMarkedHit(aMDPos, nHitLog) )
+ if ( pHdl != nullptr || mpView->IsMarkedHit(aMDPos, nHitLog) )
{
sal_uInt16 nDrgLog = sal_uInt16 ( mpWindow->PixelToLogic(Size(DRGPIX,0)).Width() );
mpView->BegDragObj(aMDPos, nullptr, pHdl, nDrgLog);
@@ -186,7 +186,7 @@ bool FuConstruct::MouseButtonUp(const MouseEvent& rMEvt)
std::abs(aPnt.Y() - aMDPos.Y()) < nDrgLog)
{
// toggle between selection and rotation
- SdrObject* pSingleObj = NULL;
+ SdrObject* pSingleObj = nullptr;
if (mpView->GetMarkedObjectList().GetMarkCount()==1)
{