summaryrefslogtreecommitdiff
path: root/sd/source/ui/func/fucon3d.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/func/fucon3d.cxx')
-rw-r--r--sd/source/ui/func/fucon3d.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sd/source/ui/func/fucon3d.cxx b/sd/source/ui/func/fucon3d.cxx
index 6ab57c6b234e..715464bec13d 100644
--- a/sd/source/ui/func/fucon3d.cxx
+++ b/sd/source/ui/func/fucon3d.cxx
@@ -83,7 +83,7 @@ void FuConstruct3dObject::DoExecute( SfxRequest& rReq )
E3dCompoundObject* FuConstruct3dObject::ImpCreateBasic3DShape()
{
- E3dCompoundObject* p3DObj = NULL;
+ E3dCompoundObject* p3DObj = nullptr;
switch (nSlotId)
{
@@ -310,7 +310,7 @@ bool FuConstruct3dObject::MouseButtonDown(const MouseEvent& rMEvt)
mpWindow->CaptureMouse();
sal_uInt16 nDrgLog = sal_uInt16 ( mpWindow->PixelToLogic(Size(DRGPIX,0)).Width() );
- E3dCompoundObject* p3DObj = NULL;
+ E3dCompoundObject* p3DObj = nullptr;
WaitObject aWait( static_cast<vcl::Window*>(mpViewShell->GetActiveWindow()) );