diff options
Diffstat (limited to 'xmloff')
-rw-r--r-- | xmloff/source/draw/XMLImageMapContext.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmloff/source/draw/XMLImageMapContext.cxx b/xmloff/source/draw/XMLImageMapContext.cxx index 0562b98d6a16..abd7e20f68e7 100644 --- a/xmloff/source/draw/XMLImageMapContext.cxx +++ b/xmloff/source/draw/XMLImageMapContext.cxx @@ -58,7 +58,7 @@ using ::com::sun::star::drawing::PointSequenceSequence; using ::com::sun::star::document::XEventsSupplier; -enum XMLImageMapToken +enum XMLImageMapToken: decltype(XML_TOK_UNKNOWN) { XML_TOK_IMAP_URL, XML_TOK_IMAP_X, |