summaryrefslogtreecommitdiff
path: root/editeng
diff options
context:
space:
mode:
authorMichael Meeks <michael.meeks@collabora.com>2019-05-29 15:20:32 +0100
committerMichael Meeks <michael.meeks@collabora.com>2019-08-02 15:33:34 -0400
commit8a8affe9d4b4d33b10841f16f5121bcadfda9a99 (patch)
tree9298011d453319612f2397617e3fd9bb6d616216 /editeng
parent5e2977d3a93a2145333102e91e490ec9226aa519 (diff)
lok: don't be prejudiced against a single missing mime-type.
Change-Id: Ic5004c306cbd01071c397ed1a61ef094b439a48f
Diffstat (limited to 'editeng')
-rw-r--r--editeng/source/editeng/editeng.cxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/editeng/source/editeng/editeng.cxx b/editeng/source/editeng/editeng.cxx
index b8667061e42a..d547615299d2 100644
--- a/editeng/source/editeng/editeng.cxx
+++ b/editeng/source/editeng/editeng.cxx
@@ -2720,6 +2720,9 @@ bool EditEngine::HasValidData( const css::uno::Reference< css::datatransfer::XTr
{
bool bValidData = false;
+ if ( comphelper::LibreOfficeKit::isActive())
+ return true;
+
if ( rTransferable.is() )
{
// Every application that copies rtf or any other text format also copies plain text into the clipboard....