[Libreoffice-commits] core.git: vcl/ios

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


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

New commits:
commit 6df7989dacd75e8750ddc1b53049d79311feb0d8
Author:     Tor Lillqvist <tml at collabora.com>
AuthorDate: Mon Nov 11 11:24:37 2019 +0200
Commit:     Tor Lillqvist <tml at iki.fi>
CommitDate: Mon Nov 11 23:32:33 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 fab611349c8a..2978e64afa4e 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