[Libreoffice-commits] core.git: Branch 'distro/collabora/cp-6.0' - vcl/ios

Tor Lillqvist (via logerrit) logerrit at kemper.freedesktop.org
Mon Nov 11 09:25:56 UTC 2019


 vcl/ios/DataFlavorMapping.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit f17a545a8acf21b6d8b95838ebdaef64e655ce4a
Author:     Tor Lillqvist <tml at collabora.com>
AuthorDate: Mon Nov 11 11:24:37 2019 +0200
Commit:     Tor Lillqvist <tml at collabora.com>
CommitDate: Mon Nov 11 11:24:37 2019 +0200

    Fix copy/paste error that probably has had no ill effect
    
    Change-Id: I062fef5f2316a3aa7560ecb42799496cd38362e9

diff --git a/vcl/ios/DataFlavorMapping.cxx b/vcl/ios/DataFlavorMapping.cxx
index 644306d6b122..26468d028370 100644
--- a/vcl/ios/DataFlavorMapping.cxx
+++ b/vcl/ios/DataFlavorMapping.cxx
@@ -128,7 +128,7 @@ static const FlavorMap flavorMap[]
         // PBTYPE_UTF8PLAINTEXT, "text/plain;charset=utf-8", "Unicode Text (UTF-8)", false },
         { PBTYPE_RTF, "text/rtf", "Rich Text Format", false },
         { PBTYPE_PNG, "image/png", "Portable Network Graphics", false },
-        { PBTYPE_JPEG, "image/jpeg", "Portable Network Graphics", false },
+        { PBTYPE_JPEG, "image/jpeg", "JPEG", false },
         { PBTYPE_HTML, "text/html", "Plain HTML", false },
         { PBTYPE_PDF, "application/pdf", "PDF File", false },
         { PBTYPE_SESX, FLAVOR_SESX, "Star Embed Source (XML)", false },


More information about the Libreoffice-commits mailing list