summaryrefslogtreecommitdiff
path: root/include/xmloff/maptype.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/xmloff/maptype.hxx')
-rw-r--r--include/xmloff/maptype.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/xmloff/maptype.hxx b/include/xmloff/maptype.hxx
index 942f7c46279a..5102b899b11e 100644
--- a/include/xmloff/maptype.hxx
+++ b/include/xmloff/maptype.hxx
@@ -102,7 +102,7 @@ struct XMLPropertyMapEntry
static constexpr OUStringLiteral EMPTY{u""};
template<std::size_t N>
- XMLPropertyMapEntry(
+ constexpr XMLPropertyMapEntry(
const OUStringLiteral<N>& sApiName,
sal_uInt16 nNameSpace,
enum ::xmloff::token::XMLTokenEnum eXMLName,
@@ -118,7 +118,7 @@ struct XMLPropertyMapEntry
{}
/// used to mark the end of the array
- XMLPropertyMapEntry(std::nullptr_t)
+ constexpr XMLPropertyMapEntry(std::nullptr_t)
:
msApiName(EMPTY),
meXMLName(xmloff::token::XML_TOKEN_INVALID), mnNameSpace(0), mnType(0),