Kaydet (Commit) 521b9738 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

XM_TOK_UNKNOWN needs to be in the value range of XMLImageMapToken (ubsan)

Change-Id: Ief14b775851f457becb6f42b9a74e423bb73ed32
üst 95c79840
...@@ -58,7 +58,7 @@ using ::com::sun::star::drawing::PointSequenceSequence; ...@@ -58,7 +58,7 @@ using ::com::sun::star::drawing::PointSequenceSequence;
using ::com::sun::star::document::XEventsSupplier; using ::com::sun::star::document::XEventsSupplier;
enum XMLImageMapToken enum XMLImageMapToken: decltype(XML_TOK_UNKNOWN)
{ {
XML_TOK_IMAP_URL, XML_TOK_IMAP_URL,
XML_TOK_IMAP_X, XML_TOK_IMAP_X,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment