diff options
author | Andreas Schlüns <as@openoffice.org> | 2001-02-02 15:37:08 +0000 |
---|---|---|
committer | Andreas Schlüns <as@openoffice.org> | 2001-02-02 15:37:08 +0000 |
commit | 713b514cee6c1a72da19d907affd916f437029bc (patch) | |
tree | 505eb724bdb16d73e8d65544e01a9b699b030d98 /framework | |
parent | 0166c1994efd4ec98b5138e71553f17c7fc4065e (diff) |
use new creation mode for servicemanager
Diffstat (limited to 'framework')
-rw-r--r-- | framework/source/application/framework.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/framework/source/application/framework.cxx b/framework/source/application/framework.cxx index 7846b3510422..e4b86de63e90 100644 --- a/framework/source/application/framework.cxx +++ b/framework/source/application/framework.cxx @@ -2,9 +2,9 @@ * * $RCSfile: framework.cxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: obr $ $Date: 2000-11-01 08:39:09 $ + * last change: $Author: as $ $Date: 2001-02-02 16:37:08 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -300,7 +300,7 @@ void FrameWork::Main() // Create new global servicemanager. ServiceManager aManager; - Reference< XMultiServiceFactory > xGlobalServiceManager = aManager.getManager(); + Reference< XMultiServiceFactory > xGlobalServiceManager = aManager.getManager( OUString() ); if ( xGlobalServiceManager.is() == sal_True ) { |