summaryrefslogtreecommitdiff
path: root/fpicker
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-05-14 21:23:10 +0000
committerJulien Nabet <serval2412@yahoo.fr>2019-06-08 08:49:27 +0200
commit0c5cb20f26806eaa16adf121440236750fe47b79 (patch)
treed5c90e9cebcf9c3ef0b9bccf702e9c4a3acb74f3 /fpicker
parent6704943336d10ea2798d4b76b507b6aa3abad4cc (diff)
Fix typo
Change-Id: I8327e8ba6be8122636d1203cefa8d33ac498c112 Reviewed-on: https://gerrit.libreoffice.org/73687 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'fpicker')
-rw-r--r--fpicker/source/win32/VistaFilePickerEventHandler.hxx2
1 files changed, 1 insertions, 1 deletions
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();