From f5ca04caca1b6888cdc6b00b8465a53e6d5cf38d Mon Sep 17 00:00:00 2001 From: Thomas Arnhold Date: Sun, 3 Mar 2013 17:11:39 +0100 Subject: Related to fdo#60724: correct spelling Using the autocorrect list of LibreOffice extras/source/autotext/lang/en-US/acor/DocumentList.xml Change-Id: I8b93969bc0742c2e95b8b7db3c4c37691e8d3657 Script: http://pastebin.ca/2327716 --- desktop/source/app/officeipcthread.cxx | 2 +- desktop/source/deployment/registry/component/dp_component.cxx | 2 +- desktop/source/deployment/registry/package/dp_package.cxx | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'desktop') diff --git a/desktop/source/app/officeipcthread.cxx b/desktop/source/app/officeipcthread.cxx index ebb961ec311c..c416cccaebb4 100644 --- a/desktop/source/app/officeipcthread.cxx +++ b/desktop/source/app/officeipcthread.cxx @@ -530,7 +530,7 @@ OfficeIPCThread::Status OfficeIPCThread::EnableOfficeIPCThread() // Pipe created nPipeMode = PIPEMODE_CREATED; } - else if( pThread->maPipe.create( aPipeIdent.getStr(), osl_Pipe_OPEN, rSecurity )) // Creation not successfull, now we try to connect + else if( pThread->maPipe.create( aPipeIdent.getStr(), osl_Pipe_OPEN, rSecurity )) // Creation not successful, now we try to connect { osl::StreamPipe aStreamPipe(pThread->maPipe.getHandle()); if (readStringFromPipe(aStreamPipe) == SEND_ARGUMENTS) diff --git a/desktop/source/deployment/registry/component/dp_component.cxx b/desktop/source/deployment/registry/component/dp_component.cxx index 2f6d8988ec7f..991c5782c214 100644 --- a/desktop/source/deployment/registry/component/dp_component.cxx +++ b/desktop/source/deployment/registry/component/dp_component.cxx @@ -1196,7 +1196,7 @@ void BackendImpl::ComponentPackageImpl::getComponentInfo( // and stoc/source/implreg implementation which rely on the same // services.rdb format! // .../UNO/LOCATION and .../UNO/ACTIVATOR appear not to be written by - // writeRegistryInfo, however, but are knwon, fixed values here, so + // writeRegistryInfo, however, but are known, fixed values here, so // can be passed into extractComponentData rtl::OUString url(getURL()); const Reference xMemReg( diff --git a/desktop/source/deployment/registry/package/dp_package.cxx b/desktop/source/deployment/registry/package/dp_package.cxx index 3d5c2360f399..e6d54f79640d 100644 --- a/desktop/source/deployment/registry/package/dp_package.cxx +++ b/desktop/source/deployment/registry/package/dp_package.cxx @@ -100,7 +100,7 @@ class BackendImpl : public ImplBaseT Reference bindBundleItem( OUString const & url, OUString const & mediaType, - sal_Bool bRemoved, //that is, useing data base information + sal_Bool bRemoved, //that is, using data base information OUString const & identifier, Reference const & xCmdEnv, bool notifyDetectionError = true ); -- cgit v1.2.3