[Libreoffice-commits] core.git: dbaccess/source desktop/source dtrans/source fpicker/source framework/inc

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Fri Nov 16 22:33:34 UTC 2018


 dbaccess/source/core/api/RowSetBase.cxx                   |    2 +-
 desktop/source/deployment/manager/dp_extensionmanager.cxx |    2 +-
 desktop/source/deployment/misc/dp_misc.cxx                |    2 +-
 dtrans/source/cnttype/wbench/testcnttype.cxx              |    2 +-
 dtrans/source/win32/workbench/test_wincb.cxx              |    2 +-
 fpicker/source/win32/workbench/Test_fps.cxx               |    2 +-
 framework/inc/services/desktop.hxx                        |    2 +-
 7 files changed, 7 insertions(+), 7 deletions(-)

New commits:
commit 40d94e6084980ec710ee8032e4a214ec237c7c48
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Fri Nov 16 16:40:06 2018 +0100
Commit:     Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Fri Nov 16 23:33:04 2018 +0100

    Fix typos
    
    Change-Id: I25660634dcb9ebb31292275e31ed7a047e4ddd25
    Reviewed-on: https://gerrit.libreoffice.org/63474
    Tested-by: Jenkins
    Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>

diff --git a/dbaccess/source/core/api/RowSetBase.cxx b/dbaccess/source/core/api/RowSetBase.cxx
index 50df0f2e01ba..fa8cd6ab311e 100644
--- a/dbaccess/source/core/api/RowSetBase.cxx
+++ b/dbaccess/source/core/api/RowSetBase.cxx
@@ -989,7 +989,7 @@ sal_Bool SAL_CALL ORowSetBase::previous(  )
         bRet = m_pCache->previous();
         doCancelModification( );
 
-        // if m_bBeforeFirst is false and bRet is false than we stood on the first row
+        // if m_bBeforeFirst is false and bRet is false then we stood on the first row
         if(!m_bBeforeFirst || bRet)
         {
             // notification order
diff --git a/desktop/source/deployment/manager/dp_extensionmanager.cxx b/desktop/source/deployment/manager/dp_extensionmanager.cxx
index 99d3d52bee24..d19c127b1e30 100644
--- a/desktop/source/deployment/manager/dp_extensionmanager.cxx
+++ b/desktop/source/deployment/manager/dp_extensionmanager.cxx
@@ -369,7 +369,7 @@ bool ExtensionManager::isUserDisabled(
         beans::Optional<beans::Ambiguous<sal_Bool> > reg =
             userExtension->isRegistered(Reference<task::XAbortChannel>(),
                                         Reference<ucb::XCommandEnvironment>());
-        //If the value is ambiguous is than we assume that the extension
+        //If the value is ambiguous, then we assume that the extension
         //is enabled, but something went wrong during enabling. We do not
         //automatically disable user extensions.
         if (reg.IsPresent &&
diff --git a/desktop/source/deployment/misc/dp_misc.cxx b/desktop/source/deployment/misc/dp_misc.cxx
index b3d2abd1d932..50855feb7c4a 100644
--- a/desktop/source/deployment/misc/dp_misc.cxx
+++ b/desktop/source/deployment/misc/dp_misc.cxx
@@ -375,7 +375,7 @@ bool office_is_running()
     else
     {
         OSL_FAIL("NOT osl_Process_E_None ");
-        //if osl_getExecutable file than we take the risk of creating a pipe
+        //if osl_getExecutable file then we take the risk of creating a pipe
         ret =  existsOfficePipe();
     }
     return ret;
diff --git a/dtrans/source/cnttype/wbench/testcnttype.cxx b/dtrans/source/cnttype/wbench/testcnttype.cxx
index 1b12896895f1..86f2bf969a81 100644
--- a/dtrans/source/cnttype/wbench/testcnttype.cxx
+++ b/dtrans/source/cnttype/wbench/testcnttype.cxx
@@ -52,7 +52,7 @@ void ShutdownServiceMgr( Reference< XMultiServiceFactory >& SrvMgr )
     Reference< XComponent > xComponent( SrvMgr, UNO_QUERY );
 
     if ( !xComponent.is() )
-        OSL_FAIL("Error shuting down");
+        OSL_FAIL("Error shutting down");
 
     // Dispose and clear factory
     xComponent->dispose();
diff --git a/dtrans/source/win32/workbench/test_wincb.cxx b/dtrans/source/win32/workbench/test_wincb.cxx
index 9a07befb732f..8a2f25fd4ccc 100644
--- a/dtrans/source/win32/workbench/test_wincb.cxx
+++ b/dtrans/source/win32/workbench/test_wincb.cxx
@@ -271,7 +271,7 @@ int SAL_CALL main( int nArgc, char* Argv[] )
     Reference< XComponent > xComponent( g_xFactory, UNO_QUERY );
 
     if ( !xComponent.is() )
-        OSL_FAIL("Error shuting down");
+        OSL_FAIL("Error shutting down");
 
     // Dispose and clear factory
     xComponent->dispose();
diff --git a/fpicker/source/win32/workbench/Test_fps.cxx b/fpicker/source/win32/workbench/Test_fps.cxx
index 63b290a698eb..b801fcef3c50 100644
--- a/fpicker/source/win32/workbench/Test_fps.cxx
+++ b/fpicker/source/win32/workbench/Test_fps.cxx
@@ -341,7 +341,7 @@ int SAL_CALL main(int nArgc, char* Argv[], char* Env[]  )
     // Print a message if an error occurred.
     if ( xComponent.is() == sal_False )
     {
-        OSL_FAIL("Error shuting down");
+        OSL_FAIL("Error shutting down");
     }
 
     // Dispose and clear factory
diff --git a/framework/inc/services/desktop.hxx b/framework/inc/services/desktop.hxx
index 04438ecc14d9..bbde5e69a237 100644
--- a/framework/inc/services/desktop.hxx
+++ b/framework/inc/services/desktop.hxx
@@ -439,7 +439,7 @@ class Desktop : private cppu::BaseMutex,
           */
         css::uno::Reference< css::frame::XTerminateListener > m_xSWThreadManager;
 
-        /** special terminate listener shuting down the SfxApplication.
+        /** special terminate listener shutting down the SfxApplication.
           * Because these desktop instance closes documents and informs listener
           * only... it does not really shutdown the whole application.
           *


More information about the Libreoffice-commits mailing list