summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2018-11-16 16:40:06 +0100
committerJulien Nabet <serval2412@yahoo.fr>2018-11-16 23:33:04 +0100
commit40d94e6084980ec710ee8032e4a214ec237c7c48 (patch)
tree9f8e389c7b5cd04bb6c380cd6773e41fcd4ab051
parent32865e69c9774d5545a3100158798b6763ff62f0 (diff)
Fix typos
Change-Id: I25660634dcb9ebb31292275e31ed7a047e4ddd25 Reviewed-on: https://gerrit.libreoffice.org/63474 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
-rw-r--r--dbaccess/source/core/api/RowSetBase.cxx2
-rw-r--r--desktop/source/deployment/manager/dp_extensionmanager.cxx2
-rw-r--r--desktop/source/deployment/misc/dp_misc.cxx2
-rw-r--r--dtrans/source/cnttype/wbench/testcnttype.cxx2
-rw-r--r--dtrans/source/win32/workbench/test_wincb.cxx2
-rw-r--r--fpicker/source/win32/workbench/Test_fps.cxx2
-rw-r--r--framework/inc/services/desktop.hxx2
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.
*