diff options
author | Varun Dhall <varun.dhall@studentpartner.com> | 2017-07-23 22:43:03 +0530 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2017-08-07 17:00:26 +0200 |
commit | 544a978132dd8f9d44756f62f160a0883193d54a (patch) | |
tree | 83b7ab2eeb9f7e2af0c339c16546bbe1e69f8ad5 /include/sot/formats.hxx | |
parent | 4aef9f5e330a4228b2355fa97900dcede3e375c4 (diff) |
EditEngine: Removing BIN format from sot
Change-Id: I495e2749b961dfca63bb1e27239ac6a09b80fd19
Reviewed-on: https://gerrit.libreoffice.org/40333
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'include/sot/formats.hxx')
-rw-r--r-- | include/sot/formats.hxx | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/include/sot/formats.hxx b/include/sot/formats.hxx index 17a9adb5d11a..260f43b8ea09 100644 --- a/include/sot/formats.hxx +++ b/include/sot/formats.hxx @@ -42,7 +42,7 @@ enum class SotClipboardFormatId : sal_uLong SVXB = 12, SVIM = 13, XFA = 14, - EDITENGINE = 15, + EDITENGINE_ODF_TEXT_FLAT = 15, INTERNALLINK_STATE = 16, SOLK = 17, NETSCAPE_BOOKMARK = 18, @@ -173,9 +173,8 @@ enum class SotClipboardFormatId : sal_uLong MATHML = 143, JPEG = 144, RICHTEXT = 145, - EDITENGINE_ODF_TEXT_FLAT = 146, // the point at which we start allocating "runtime" format IDs - USER_END = EDITENGINE_ODF_TEXT_FLAT + USER_END = RICHTEXT }; /** Make it easier to iterate over format IDs */ |