diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-04-04 19:13:59 +0000 |
---|---|---|
committer | Jens Carl <j.carl43@gmx.de> | 2019-04-09 07:13:06 +0200 |
commit | 5785e4344f8e56aacbeb4d72e5e1f3066b2ec9b8 (patch) | |
tree | 1510f69745fbdde7b32794a22e8e535e7ce5342a /fpicker | |
parent | a78ffa922eda80317c1d24bd1e552eb57122a8d1 (diff) |
Fix typo
Change-Id: Ibae0cf4ef91c8b830447c999306a60dea3334ad6
Reviewed-on: https://gerrit.libreoffice.org/70440
Tested-by: Jenkins
Reviewed-by: Jens Carl <j.carl43@gmx.de>
Diffstat (limited to 'fpicker')
-rw-r--r-- | fpicker/source/win32/VistaFilePickerImpl.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fpicker/source/win32/VistaFilePickerImpl.cxx b/fpicker/source/win32/VistaFilePickerImpl.cxx index a2cc6d01468b..a4b5a88c5d48 100644 --- a/fpicker/source/win32/VistaFilePickerImpl.cxx +++ b/fpicker/source/win32/VistaFilePickerImpl.cxx @@ -763,7 +763,7 @@ void VistaFilePickerImpl::impl_sta_SetDirectory(const RequestRef& rRequest) // Vista stores last used folders for file dialogs // so we don't want the application to change the folder // in most cases. - // Store the requested folder in the mean time and decide later + // Store the requested folder in the meantime and decide later // what to do m_sDirectory = sDirectory; } |