diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-06-14 06:34:09 +0000 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2019-06-15 07:20:38 +0200 |
commit | 3cb3b9c415f695db1740c57c99945ea73902ba36 (patch) | |
tree | d0e64edbfac1c919109a20322522e4bd3a9298e5 /vcl/qt5/Qt5Instance.cxx | |
parent | 3df16d2ed4ef9ed4acdc1e062a7c60c8cfb121bb (diff) |
Fix typo
Change-Id: Ic0b38891daf699f232a7dbc1378e30c53289d067
Reviewed-on: https://gerrit.libreoffice.org/74076
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'vcl/qt5/Qt5Instance.cxx')
-rw-r--r-- | vcl/qt5/Qt5Instance.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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; |