diff options
author | Andreas Schlüns <as@openoffice.org> | 2001-05-10 09:59:38 +0000 |
---|---|---|
committer | Andreas Schlüns <as@openoffice.org> | 2001-05-10 09:59:38 +0000 |
commit | 44e18bb4a21869ef74d65206bb06bf0e7276ae1c (patch) | |
tree | b7e99ba5c533cfc87748e8b31a72cbf561a07857 /framework | |
parent | 20f568bf925f1f486991374f7ab9796fa9efcc1d (diff) |
repair includes
Diffstat (limited to 'framework')
-rw-r--r-- | framework/source/application/login.cxx | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/framework/source/application/login.cxx b/framework/source/application/login.cxx index bb94467d49c8..c8d99e9fa51a 100644 --- a/framework/source/application/login.cxx +++ b/framework/source/application/login.cxx @@ -2,9 +2,9 @@ * * $RCSfile: login.cxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: as $ $Date: 2001-05-10 10:32:40 $ + * last change: $Author: as $ $Date: 2001-05-10 10:59:38 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -63,8 +63,8 @@ // my own includes //_________________________________________________________________________________________________________________ -#ifndef __FRAMEWORK_LOGINDIALOG_LOGINDIALOG_HXX_ -#include <logindialog.hxx> +#ifndef __FRAMEWORK_SERVICES_LOGINDIALOG_HXX_ +#include <services/logindialog.hxx> #endif #ifndef __FRAMEWORK_CLASSES_SERVICEMANAGER_HXX_ @@ -79,8 +79,8 @@ #include <macros/debug.hxx> #endif -#ifndef __FRAMEWORK_DEFINES_HXX_ -#include <defines.hxx> +#ifndef __FRAMEWORK_SERVICES_H_ +#include <services.h> #endif //_________________________________________________________________________________________________________________ @@ -225,7 +225,7 @@ void LoginApplication::Main() { // Init global uno servicemanager. ServiceManager aManager; - Reference< XMultiServiceFactory > xServiceManager = aManager.getManager( LOGIN_RDB ); + Reference< XMultiServiceFactory > xServiceManager = aManager.getSharedUNOServiceManager( DECLARE_ASCII("login.rdb") ); LOG_ASSERT( !(xServiceManager.is()==sal_False), "LoginApplication::Main()\nCould not create uno service manager!\n" ) // Parse command line and set found arguments on application member. |