summaryrefslogtreecommitdiff
path: root/vcl/qt5/Qt5Instance.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/qt5/Qt5Instance.cxx')
-rw-r--r--vcl/qt5/Qt5Instance.cxx2
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;