summaryrefslogtreecommitdiff
path: root/desktop
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2005-04-22 10:28:47 +0000
committerOliver Bolte <obo@openoffice.org>2005-04-22 10:28:47 +0000
commit6ebdc991a711787442571c9613311cc5d6ba9805 (patch)
treea8962b9b4968b65d3f33a0671755d08f2e5d16b2 /desktop
parent867a31b7d72ba693d01dd59ed809700df598758f (diff)
INTEGRATION: CWS perform03 (1.21.112); FILE MERGED
2005/04/20 07:32:54 mt 1.21.112.1: #i47748# Fixed bootstrapping twice...
Diffstat (limited to 'desktop')
-rw-r--r--desktop/source/app/appinit.cxx27
1 files changed, 2 insertions, 25 deletions
diff --git a/desktop/source/app/appinit.cxx b/desktop/source/app/appinit.cxx
index 2ccd8d881f2b..e5d6276d9ef8 100644
--- a/desktop/source/app/appinit.cxx
+++ b/desktop/source/app/appinit.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: appinit.cxx,v $
*
- * $Revision: 1.21 $
+ * $Revision: 1.22 $
*
- * last change: $Author: hr $ $Date: 2004-12-10 18:39:15 $
+ * last change: $Author: obo $ $Date: 2005-04-22 11:28:47 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -259,27 +259,6 @@ Reference< XMultiServiceFactory > Desktop::CreateApplicationServiceManager()
{
RTL_LOGFILE_CONTEXT( aLog, "desktop (cd100003) ::createApplicationServiceManager" );
- OUString aUserDir;
- if ( GetCommandLineArgs()->GetUserDir( aUserDir ))
- {
- OUString aUserDirURL;
-
- if ( osl::FileBase::getFileURLFromSystemPath( aUserDir, aUserDirURL ) == 0 )
- {
- // now must be a valid file URL. For best results make absolute using
- OUString aProcessWorkDirURL;
-
- oslProcessError nProcessError = osl_getProcessWorkingDir( &aProcessWorkDirURL.pData );
- if ( nProcessError == osl_Process_E_None )
- {
- osl::FileBase::getAbsoluteFileURL( aProcessWorkDirURL, aUserDirURL, aUserDirURL );
-
- // now override the bootstrap setting:
- rtl::Bootstrap::set( OUString::createFromAscii( "UserInstallation" ), aUserDirURL );
- }
- }
- }
-
try
{
Reference<XComponentContext> xComponentContext = ::cppu::defaultBootstrap_InitialComponentContext();
@@ -322,7 +301,6 @@ void Desktop::RegisterServices( Reference< XMultiServiceFactory >& xSMgr )
// read command line parameters
::rtl::OUString conDcp;
::rtl::OUString aClientDisplay;
- ::rtl::OUString aUserDir;
::rtl::OUString aTmpString;
sal_Bool bHeadlessMode = sal_False;
@@ -334,7 +312,6 @@ void Desktop::RegisterServices( Reference< XMultiServiceFactory >& xSMgr )
if ( pCmdLine->GetAcceptString( aTmpString ))
conDcp = aTmpString;
- pCmdLine->GetUserDir( aUserDir );
// Headless mode for FAT Office
bHeadlessMode = pCmdLine->IsHeadless();