summaryrefslogtreecommitdiff
path: root/svx/source/engine3d/cube3d.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/engine3d/cube3d.cxx')
-rw-r--r--svx/source/engine3d/cube3d.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/engine3d/cube3d.cxx b/svx/source/engine3d/cube3d.cxx
index 4677662f7539..35beab7b13be 100644
--- a/svx/source/engine3d/cube3d.cxx
+++ b/svx/source/engine3d/cube3d.cxx
@@ -71,7 +71,7 @@ sal_uInt16 E3dCubeObj::GetObjIdentifier() const
SdrObject *E3dCubeObj::DoConvertToPolyObj(bool /*bBezier*/, bool /*bAddText*/) const
{
- return NULL;
+ return nullptr;
}
E3dCubeObj* E3dCubeObj::Clone() const