vcl/ios/DataFlavorMapping.cxx |    2 ++
 1 file changed, 2 insertions(+)

New commits:
commit ea0add3540d6ffefd6077e80526fa5625342e32b
Author:     Tor Lillqvist <[email protected]>
AuthorDate: Tue Jan 12 22:48:34 2021 +0200
Commit:     Tor Lillqvist <[email protected]>
CommitDate: Wed Jan 13 02:16:07 2021 +0100

    Log successful mapping from system pasteboard format to internal MIME type
    
    Change-Id: I98bedc8fc07a56fbbf3e175277cc9846da46a8c1
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/109201
    Tested-by: Jenkins CollaboraOffice <[email protected]>
    Reviewed-by: Tor Lillqvist <[email protected]>

diff --git a/vcl/ios/DataFlavorMapping.cxx b/vcl/ios/DataFlavorMapping.cxx
index e24e3d2a9707..eff8abd4323c 100644
--- a/vcl/ios/DataFlavorMapping.cxx
+++ b/vcl/ios/DataFlavorMapping.cxx
@@ -560,6 +560,8 @@ DataFlavorMapper::typesArrayToFlavorSequence(NSArray* 
types) const
         {
             flavors.realloc(flavors.getLength() + 1);
             flavors[flavors.getLength() - 1] = oOOFlavor;
+            SAL_INFO("vcl.ios.clipboard",
+                     "Mapped " << [sysFormat UTF8String] << " to " << 
oOOFlavor.MimeType);
         }
         else
         {
_______________________________________________
Libreoffice-commits mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to