[Libreoffice-commits] core.git: fpicker/source
Andrea Gelmini (via logerrit)
logerrit at kemper.freedesktop.org
Sat Jun 8 06:50:20 UTC 2019
fpicker/source/win32/VistaFilePickerEventHandler.hxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 0c5cb20f26806eaa16adf121440236750fe47b79
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Tue May 14 21:23:10 2019 +0000
Commit: Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Sat Jun 8 08:49:27 2019 +0200
Fix typo
Change-Id: I8327e8ba6be8122636d1203cefa8d33ac498c112
Reviewed-on: https://gerrit.libreoffice.org/73687
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
diff --git a/fpicker/source/win32/VistaFilePickerEventHandler.hxx b/fpicker/source/win32/VistaFilePickerEventHandler.hxx
index 8e01df71a18c..ea990ac7758a 100644
--- a/fpicker/source/win32/VistaFilePickerEventHandler.hxx
+++ b/fpicker/source/win32/VistaFilePickerEventHandler.hxx
@@ -136,7 +136,7 @@ class VistaFilePickerEventHandler : public ::cppu::BaseMutex
/** stop listening for file picker events on the internally cached dialog COM object.
*
* The COM dialog provided on the startListening() call was cached internally.
- * And now its used to deregister this listener. Doing so the also internally cached
+ * And now it's used to deregister this listener. Doing so the also internally cached
* listener handle is used. If listener was not already registered - nothing will happen.
*/
void stopListening();
More information about the Libreoffice-commits
mailing list