summaryrefslogtreecommitdiff
path: root/include/svx/ShapeTypeHandler.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svx/ShapeTypeHandler.hxx')
-rw-r--r--include/svx/ShapeTypeHandler.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svx/ShapeTypeHandler.hxx b/include/svx/ShapeTypeHandler.hxx
index 022212541911..85573017690d 100644
--- a/include/svx/ShapeTypeHandler.hxx
+++ b/include/svx/ShapeTypeHandler.hxx
@@ -66,7 +66,7 @@ struct ShapeTypeDescriptor
ShapeTypeDescriptor()
: mnShapeTypeId (-1),
msServiceName (),
- maCreateFunction (NULL)
+ maCreateFunction (nullptr)
{}
};