[Libreoffice-commits] core.git: fpicker/source

Andrea Gelmini (via logerrit) logerrit at kemper.freedesktop.org
Tue Apr 9 05:13:29 UTC 2019


 fpicker/source/win32/VistaFilePickerImpl.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 5785e4344f8e56aacbeb4d72e5e1f3066b2ec9b8
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Thu Apr 4 19:13:59 2019 +0000
Commit:     Jens Carl <j.carl43 at gmx.de>
CommitDate: Tue Apr 9 07:13:06 2019 +0200

    Fix typo
    
    Change-Id: Ibae0cf4ef91c8b830447c999306a60dea3334ad6
    Reviewed-on: https://gerrit.libreoffice.org/70440
    Tested-by: Jenkins
    Reviewed-by: Jens Carl <j.carl43 at gmx.de>

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;
     }


More information about the Libreoffice-commits mailing list