summaryrefslogtreecommitdiff
path: root/include/sot
diff options
context:
space:
mode:
authorEike Rathke <erack@redhat.com>2017-11-13 12:57:53 +0100
committerEike Rathke <erack@redhat.com>2017-11-13 12:58:45 +0100
commit1568e51ff288e43b0a97257dbe3d3c81bdb1d386 (patch)
treef99bc57f8d044907d9f78952f99a71ffc72a301a /include/sot
parent6dd8b701058fc02e78941270ce0423199e4d2352 (diff)
SotClipboardFormatId::STRING_TSVC "Unformatted text [TSV-Calc]", tdf#113571
In preparation to solve tdf#113571 *AND* keeping tdf#32213 fixed we need two separate unformatted text formats to distinguish between in-Calc on-cell paste and external or in-cell paste. Change-Id: Ic81a0c17d0643af2f5f4be50e67b690fd8846388
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 260f43b8ea09..4e36686203a8 100644
--- a/include/sot/formats.hxx
+++ b/include/sot/formats.hxx
@@ -173,8 +173,9 @@ enum class SotClipboardFormatId : sal_uLong
MATHML = 143,
JPEG = 144,
RICHTEXT = 145,
+ STRING_TSVC = 146,
// the point at which we start allocating "runtime" format IDs
- USER_END = RICHTEXT
+ USER_END = STRING_TSVC
};
/** Make it easier to iterate over format IDs */