vcl/qt5/Qt5Clipboard.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 5a00e1e518d2e65fe7ac066a1dd2e42972ccfd82 Author: Andrea Gelmini <andrea.gelm...@gelma.net> AuthorDate: Fri Jun 14 06:32:16 2019 +0000 Commit: Julien Nabet <serval2...@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 <serval2...@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); } _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits