diff options
-rw-r--r-- | dbaccess/source/core/api/RowSetBase.cxx | 2 | ||||
-rw-r--r-- | desktop/source/deployment/manager/dp_extensionmanager.cxx | 2 | ||||
-rw-r--r-- | desktop/source/deployment/misc/dp_misc.cxx | 2 | ||||
-rw-r--r-- | dtrans/source/cnttype/wbench/testcnttype.cxx | 2 | ||||
-rw-r--r-- | dtrans/source/win32/workbench/test_wincb.cxx | 2 | ||||
-rw-r--r-- | fpicker/source/win32/workbench/Test_fps.cxx | 2 | ||||
-rw-r--r-- | framework/inc/services/desktop.hxx | 2 |
7 files changed, 7 insertions, 7 deletions
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. * |