From 048e30c1f8231e6cd144a9251061f6fa127b353e Mon Sep 17 00:00:00 2001 From: Oliver Specht Date: Fri, 30 Dec 2016 16:47:17 +0100 Subject: tdf#101828 handle rtf/richtext correctly Change-Id: Id894f62a918bd6e6fa59f8d546307343bf2bd4b0 Reviewed-on: https://gerrit.libreoffice.org/32682 Tested-by: Jenkins Reviewed-by: Thorsten Behrens --- include/sot/formats.hxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'include/sot') 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 */ -- cgit