summaryrefslogtreecommitdiff
path: root/xmloff/source/forms/formcellbinding.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/source/forms/formcellbinding.cxx')
-rw-r--r--xmloff/source/forms/formcellbinding.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmloff/source/forms/formcellbinding.cxx b/xmloff/source/forms/formcellbinding.cxx
index bbd610dc3bf2..486a98a3e02f 100644
--- a/xmloff/source/forms/formcellbinding.cxx
+++ b/xmloff/source/forms/formcellbinding.cxx
@@ -71,7 +71,7 @@ namespace
if ( xChild.is() )
return getTypedModelNode< TYPE >( xChild->getParent() );
else
- return NULL;
+ return nullptr;
}
}