summaryrefslogtreecommitdiffstats
path: root/include/sot/formats.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/sot/formats.hxx')
-rw-r--r--include/sot/formats.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/sot/formats.hxx b/include/sot/formats.hxx
index cb2ee82ad74a..c85a10fb7c03 100644
--- a/include/sot/formats.hxx
+++ b/include/sot/formats.hxx
@@ -185,8 +185,9 @@ enum class SotClipboardFormatId : sal_uLong
HC_GDIMETAFILE = 140,
PNG = 141,
STARWRITERGLOB_8_TEMPLATE = 142,
+ MATHML = 143,
// the point at which we start allocating "runtime" format IDs
- USER_END = STARWRITERGLOB_8_TEMPLATE
+ USER_END = MATHML
};
/** Make it easier to iterate over format IDs */