diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/sot/formats.hxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/sot/formats.hxx b/include/sot/formats.hxx index fa3c768c211f..04094b0010c0 100644 --- a/include/sot/formats.hxx +++ b/include/sot/formats.hxx @@ -171,8 +171,9 @@ enum class SotClipboardFormatId : sal_uLong PNG = 141, STARWRITERGLOB_8_TEMPLATE = 142, MATHML = 143, + JPEG = 144, // the point at which we start allocating "runtime" format IDs - USER_END = MATHML + USER_END = JPEG }; /** Make it easier to iterate over format IDs */ |