[Libreoffice-commits] core.git: 2 commits - dtrans/source vcl/qt5
Andrea Gelmini (via logerrit)
logerrit at kemper.freedesktop.org
Sat Jun 15 05:21:30 UTC 2019
dtrans/source/win32/clipb/WinClipbImpl.cxx | 2 +-
vcl/qt5/Qt5Instance.cxx | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
New commits:
commit 3cb3b9c415f695db1740c57c99945ea73902ba36
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Fri Jun 14 06:34:09 2019 +0000
Commit: Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Sat Jun 15 07:20:38 2019 +0200
Fix typo
Change-Id: Ic0b38891daf699f232a7dbc1378e30c53289d067
Reviewed-on: https://gerrit.libreoffice.org/74076
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
diff --git a/vcl/qt5/Qt5Instance.cxx b/vcl/qt5/Qt5Instance.cxx
index a81daddfb246..df6b90363524 100644
--- a/vcl/qt5/Qt5Instance.cxx
+++ b/vcl/qt5/Qt5Instance.cxx
@@ -514,7 +514,7 @@ void* Qt5Instance::CreateGStreamerSink(const SystemChildWindow* pWindow)
SAL_WARN("vcl.qt5", "Couldn't initialize qwidget5videosink."
" Video playback might not work as expected."
" Please install Qt5 packages for QtGStreamer.");
- // with no videosink explicitly set, GStreamer will open it's own (misplaced) window(s) to display video
+ // with no videosink explicitly set, GStreamer will open its own (misplaced) window(s) to display video
}
return pVideosink;
commit 3df16d2ed4ef9ed4acdc1e062a7c60c8cfb121bb
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Fri Jun 14 06:30:31 2019 +0000
Commit: Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Sat Jun 15 07:20:01 2019 +0200
Fix typo
Change-Id: I0ce4ed9eec22de1f96a42b4b907a753478ca9805
Reviewed-on: https://gerrit.libreoffice.org/74079
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
diff --git a/dtrans/source/win32/clipb/WinClipbImpl.cxx b/dtrans/source/win32/clipb/WinClipbImpl.cxx
index 7ba04d13c4d8..003a266f84bc 100644
--- a/dtrans/source/win32/clipb/WinClipbImpl.cxx
+++ b/dtrans/source/win32/clipb/WinClipbImpl.cxx
@@ -147,7 +147,7 @@ void CWinClipbImpl::flushClipboard( )
// FlushClipboard had to be synchron in order to prevent shutdown until all
// clipboard-formats are rendered.
// The request is needed to prevent flushing if we are not clipboard owner (it is
- // not known what happens if we flush but aren't clipoard owner).
+ // not known what happens if we flush but aren't clipboard owner).
// It may be possible to move the request to the clipboard STA thread by saving the
// DataObject and call OleIsCurrentClipboard before flushing.
More information about the Libreoffice-commits
mailing list