[Libreoffice-commits] core.git: Branch 'aoo/trunk' - fpicker/source

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Mon Jan 28 01:07:57 UTC 2019


 fpicker/source/win32/filepicker/workbench/Test_fps.cxx    |    2 +-
 fpicker/source/win32/folderpicker/workbench/Test_fops.cxx |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 13a51fced1697237302171a443ee0131a001a065
Author:     Matthias Seidel <mseidel at apache.org>
AuthorDate: Mon Jan 28 00:15:26 2019 +0000
Commit:     Matthias Seidel <mseidel at apache.org>
CommitDate: Mon Jan 28 00:15:26 2019 +0000

    Fixed typos (shuting -> shutting)

diff --git a/fpicker/source/win32/filepicker/workbench/Test_fps.cxx b/fpicker/source/win32/filepicker/workbench/Test_fps.cxx
index c4b616887f01..3f995d4383df 100644
--- a/fpicker/source/win32/filepicker/workbench/Test_fps.cxx
+++ b/fpicker/source/win32/filepicker/workbench/Test_fps.cxx
@@ -369,7 +369,7 @@ int SAL_CALL main(int nArgc, char* Argv[], char* Env[]  )
     // Print a message if an error occurred.
     if ( xComponent.is() == sal_False )
     {
-        OSL_ENSURE(sal_False, "Error shuting down");
+        OSL_ENSURE(sal_False, "Error shutting down");
     }
 
     // Dispose and clear factory
diff --git a/fpicker/source/win32/folderpicker/workbench/Test_fops.cxx b/fpicker/source/win32/folderpicker/workbench/Test_fops.cxx
index 3fa4dd3ff2e4..e4faf2dbe3d8 100644
--- a/fpicker/source/win32/folderpicker/workbench/Test_fops.cxx
+++ b/fpicker/source/win32/folderpicker/workbench/Test_fops.cxx
@@ -183,7 +183,7 @@ int SAL_CALL main(int /*nArgc*/, char* /*Argv[]*/, char* /*Env[]*/  )
     // Print a message if an error occurred.
     if ( xComponent.is() == sal_False )
     {
-        OSL_ENSURE(sal_False, "Error shuting down");
+        OSL_ENSURE(sal_False, "Error shutting down");
     }
 
     // Dispose and clear factory


More information about the Libreoffice-commits mailing list