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

Tor Lillqvist (via logerrit) logerrit at kemper.freedesktop.org
Wed Nov 13 13:15:15 UTC 2019


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

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

    Fix copy/paste error that probably has had no ill effect
    
    Change-Id: I062fef5f2316a3aa7560ecb42799496cd38362e9
    (cherry picked from commit 6df7989dacd75e8750ddc1b53049d79311feb0d8)

diff --git a/vcl/ios/DataFlavorMapping.cxx b/vcl/ios/DataFlavorMapping.cxx
index b7b3aaecc680..34e3b8b6704d 100644
--- a/vcl/ios/DataFlavorMapping.cxx
+++ b/vcl/ios/DataFlavorMapping.cxx
@@ -129,7 +129,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