summaryrefslogtreecommitdiff
path: root/include/xmloff/xmlement.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/xmloff/xmlement.hxx')
-rw-r--r--include/xmloff/xmlement.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/xmloff/xmlement.hxx b/include/xmloff/xmlement.hxx
index 844230297009..3300a93f32c0 100644
--- a/include/xmloff/xmlement.hxx
+++ b/include/xmloff/xmlement.hxx
@@ -34,7 +34,7 @@ struct SvXMLEnumMapEntry
#define ENUM_STRING_MAP_ENTRY(name,tok) { name, sizeof(name)-1, tok }
-#define ENUM_STRING_MAP_END() { NULL, 0, 0 }
+#define ENUM_STRING_MAP_END() { nullptr, 0, 0 }
/** Map a const sal_Char* (with length) to a sal_uInt16 value.
* To be used with SvXMLUnitConverter::convertEnum(...)