Fix typos
Change-Id: I25660634dcb9ebb31292275e31ed7a047e4ddd25 Reviewed-on: https://gerrit.libreoffice.org/63474 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
This commit is contained in:
parent
32865e69c9
commit
40d94e6084
@ -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
|
||||
|
@ -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 &&
|
||||
|
@ -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;
|
||||
|
@ -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();
|
||||
|
@ -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();
|
||||
|
@ -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
|
||||
|
@ -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.
|
||||
*
|
||||
|
Loading…
x
Reference in New Issue
Block a user