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

Andrea Gelmini (via logerrit) logerrit at kemper.freedesktop.org
Sat Jun 15 05:22:21 UTC 2019


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

New commits:
commit 5a00e1e518d2e65fe7ac066a1dd2e42972ccfd82
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Fri Jun 14 06:32:16 2019 +0000
Commit:     Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Sat Jun 15 07:21:17 2019 +0200

    Fix typo
    
    Change-Id: I16f502fd3365f8db330c4228e44924c03ef227c1
    Reviewed-on: https://gerrit.libreoffice.org/74077
    Tested-by: Jenkins
    Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>

diff --git a/vcl/qt5/Qt5Clipboard.cxx b/vcl/qt5/Qt5Clipboard.cxx
index 8db5dd2ce97c..4b948ae3be17 100644
--- a/vcl/qt5/Qt5Clipboard.cxx
+++ b/vcl/qt5/Qt5Clipboard.cxx
@@ -31,7 +31,7 @@ Qt5Clipboard::Qt5Clipboard(const OUString& aModeString, const QClipboard::Mode a
     , m_aClipboardMode(aMode)
 {
     assert(isSupported(m_aClipboardMode));
-    // DirectConnection guarantess the changed slot runs in the same thread as the QClipboard
+    // DirectConnection guarantees the changed slot runs in the same thread as the QClipboard
     connect(QApplication::clipboard(), &QClipboard::changed, this, &Qt5Clipboard::handleChanged,
             Qt::DirectConnection);
 }


More information about the Libreoffice-commits mailing list