summaryrefslogtreecommitdiff
path: root/svx/source/engine3d/helperhittest3d.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/engine3d/helperhittest3d.cxx')
-rw-r--r--svx/source/engine3d/helperhittest3d.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/engine3d/helperhittest3d.cxx b/svx/source/engine3d/helperhittest3d.cxx
index 51a0d76bf68e..935a0906d6ca 100644
--- a/svx/source/engine3d/helperhittest3d.cxx
+++ b/svx/source/engine3d/helperhittest3d.cxx
@@ -105,7 +105,7 @@ E3dScene* fillViewInformation3DForCompoundObject(drawinglayer::geometry::ViewInf
// root scene's own object transformation is part of the scene's ViewTransformation, o do not
// add it. For more details, see ViewContactOfE3dScene::createViewInformation3D.
E3dScene* pParentScene = dynamic_cast< E3dScene* >(rCandidate.GetParentObj());
- E3dScene* pRootScene = 0;
+ E3dScene* pRootScene = nullptr;
basegfx::B3DHomMatrix aInBetweenSceneMatrix;
while(pParentScene)