diff options
author | Tor Lillqvist <tml@iki.fi> | 2013-02-22 09:48:17 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2013-02-22 09:58:19 +0200 |
commit | 616c6924f18911fce110918edf05ed2f4e52dba9 (patch) | |
tree | 3e307b3e91fe6b025701eb3dfea0ff61c750aff6 /desktop/source | |
parent | 7ca8407b403bf97a472ce2ade7e3fa1cb588cf24 (diff) |
s/the the/the/
Change-Id: Iadacffaad832c6ff06757e8567e24f929f24a4c3
Diffstat (limited to 'desktop/source')
-rw-r--r-- | desktop/source/app/cmdlineargs.cxx | 2 | ||||
-rw-r--r-- | desktop/source/app/officeipcthread.cxx | 4 | ||||
-rw-r--r-- | desktop/source/deployment/registry/inc/dp_backend.h | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/desktop/source/app/cmdlineargs.cxx b/desktop/source/app/cmdlineargs.cxx index be40f87bcc9e..83a251c623bf 100644 --- a/desktop/source/app/cmdlineargs.cxx +++ b/desktop/source/app/cmdlineargs.cxx @@ -308,7 +308,7 @@ void CommandLineArgs::ParseCommandLine_Impl( Supplier& supplier ) } else if ( bConversionParamsEvent && bConversionEvent ) { - // first argument must be the the params + // first argument must be the params m_conversionparams = aArg; bConversionParamsEvent = false; } diff --git a/desktop/source/app/officeipcthread.cxx b/desktop/source/app/officeipcthread.cxx index b5e45746b188..6d0822661fc1 100644 --- a/desktop/source/app/officeipcthread.cxx +++ b/desktop/source/app/officeipcthread.cxx @@ -465,7 +465,7 @@ OfficeIPCThread::Status OfficeIPCThread::EnableOfficeIPCThread() // Try to determine if we are the first office or not! This should prevent multiple // access to the user directory ! // First we try to create our pipe if this fails we try to connect. We have to do this - // in a loop because the the other office can crash or shutdown between createPipe + // in a loop because the other office can crash or shutdown between createPipe // and connectPipe!! OUString aIniName; @@ -793,7 +793,7 @@ void OfficeIPCThread::execute() // #i18338# (lo) // we only do this if no document was specified on the command line, - // since this would be inconsistent with the the behaviour of + // since this would be inconsistent with the behaviour of // the first process, see OpenClients() (call to OpenDefault()) in app.cxx if ( aCmdLineArgs->HasModuleParam() && (!bDocRequestSent) ) { diff --git a/desktop/source/deployment/registry/inc/dp_backend.h b/desktop/source/deployment/registry/inc/dp_backend.h index 457ca6251d93..8522fd9907c2 100644 --- a/desktop/source/deployment/registry/inc/dp_backend.h +++ b/desktop/source/deployment/registry/inc/dp_backend.h @@ -315,7 +315,7 @@ protected: css::uno::Reference<css::uno::XComponentContext> const & xContext ); /* creates a folder with a unique name. - If url is empty then it is created in the the backend folder, otherwise + If url is empty then it is created in the backend folder, otherwise at a location relative to that folder specified by url. */ ::rtl::OUString createFolder( |