summaryrefslogtreecommitdiff
path: root/include/sot
diff options
context:
space:
mode:
Diffstat (limited to 'include/sot')
-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 04094b0010c0..482f65bad44f 100644
--- a/include/sot/formats.hxx
+++ b/include/sot/formats.hxx
@@ -172,8 +172,9 @@ enum class SotClipboardFormatId : sal_uLong
STARWRITERGLOB_8_TEMPLATE = 142,
MATHML = 143,
JPEG = 144,
+ RICHTEXT = 145,
// the point at which we start allocating "runtime" format IDs
- USER_END = JPEG
+ USER_END = RICHTEXT
};
/** Make it easier to iterate over format IDs */