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

New commits:
commit f4abbfc92517b1566c6df1db64ba41b367c2e51e
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Wed Jan 8 20:00:27 2025 +0100
Commit:     Michael Weghorn <m.wegh...@posteo.de>
CommitDate: Thu Jan 9 09:38:04 2025 +0100

    Fix typo
    
    Change-Id: I0acd3e6df2654682f3dcf8554bfcd7ec0f717b33
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/179968
    Tested-by: Jenkins
    Reviewed-by: Michael Weghorn <m.wegh...@posteo.de>

diff --git a/vcl/qt5/QtTransferable.cxx b/vcl/qt5/QtTransferable.cxx
index 23ccf4a62607..099ce3645c84 100644
--- a/vcl/qt5/QtTransferable.cxx
+++ b/vcl/qt5/QtTransferable.cxx
@@ -274,7 +274,7 @@ QStringList QtMimeData::formats() const
         return m_aMimeTypeList;
 
     // For the Qt6 Wasm backend, as a hack report only a single format for 
now: "text/plain" if
-    // aFormsts contains any "text/plain" entries, or else (randomly) the 
first entry (if any) of
+    // aFormats contains any "text/plain" entries, or else (randomly) the 
first entry (if any) of
     // aFormats.  This is for two reasons:  For one,
     // 
<https://github.com/qt/qtbase/commit/f0be152896471aa392bb1b2b649b66feb31480cc> 
"wasm: improve
     // clipboard support" has a commented-out "break;" ("Clipboard write is 
only supported with one

Reply via email to