summaryrefslogtreecommitdiff
path: root/configmgr/source/xmldata.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'configmgr/source/xmldata.cxx')
-rw-r--r--configmgr/source/xmldata.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/configmgr/source/xmldata.cxx b/configmgr/source/xmldata.cxx
index 95a7891bef70..ac7170682d94 100644
--- a/configmgr/source/xmldata.cxx
+++ b/configmgr/source/xmldata.cxx
@@ -163,7 +163,7 @@ OUString parseTemplateReference(
OUString const & nodeType, OUString const * defaultTemplateName)
{
if (!hasNodeType) {
- if (defaultTemplateName != 0) {
+ if (defaultTemplateName != nullptr) {
return *defaultTemplateName;
}
throw css::uno::RuntimeException(