From 36bf13247b01075b533b127c7e5ffc760f9642f8 Mon Sep 17 00:00:00 2001 From: Oliver Specht Date: Wed, 9 Mar 2016 16:19:51 +0100 Subject: tdf#97591: mark RTF clipboard format as text/rtf text/rtf replaces text/richtext which is not RTF Change-Id: I2be750b595ba23ed75698b68c0d4ffd8f3a12870 Reviewed-on: https://gerrit.libreoffice.org/23086 Reviewed-by: Oliver Specht Tested-by: Oliver Specht --- sot/source/base/exchange.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sot') diff --git a/sot/source/base/exchange.cxx b/sot/source/base/exchange.cxx index 36c5a5065833..80cebd06953f 100644 --- a/sot/source/base/exchange.cxx +++ b/sot/source/base/exchange.cxx @@ -68,7 +68,7 @@ namespace /* 7 EMPTY*/ { "", "", &cppu::UnoType>::get() }, /* 8 EMPTY*/ { "", "", &cppu::UnoType>::get() }, /* 9 EMPTY*/ { "", "", &cppu::UnoType>::get() }, - /* 10 SotClipboardFormatId::RTF*/ { "text/richtext", "Rich Text Format", &cppu::UnoType>::get() }, + /* 10 SotClipboardFormatId::RTF*/ { "text/rtf", "Rich Text Format", &cppu::UnoType>::get() }, /* 11 SotClipboardFormatId::DRAWING*/ { "application/x-openoffice-drawing;windows_formatname=\"Drawing Format\"", "Drawing Format", &cppu::UnoType>::get() }, /* 12 SotClipboardFormatId::SVXB*/ { "application/x-openoffice-svxb;windows_formatname=\"SVXB (StarView Bitmap/Animation)\"", "SVXB (StarView Bitmap/Animation)", &cppu::UnoType>::get() }, /* 13 SotClipboardFormatId::SVIM*/ { "application/x-openoffice-svim;windows_formatname=\"SVIM (StarView ImageMap)\"", "SVIM (StarView ImageMap)", &cppu::UnoType>::get() }, -- cgit v1.2.3