diff options
author | Andreas Schlüns <as@openoffice.org> | 2001-08-22 12:06:35 +0000 |
---|---|---|
committer | Andreas Schlüns <as@openoffice.org> | 2001-08-22 12:06:35 +0000 |
commit | c8d41d1c077248476b96c700ee5e8efab80ca349 (patch) | |
tree | cfe853fa3ca68fc5726b82485cf0e8525664101d /sfx2/source/appl/appmisc.cxx | |
parent | c0986f8249794a23079c54ce726e03a1d5319166 (diff) |
#78650# new registration for factories/modules
Diffstat (limited to 'sfx2/source/appl/appmisc.cxx')
-rw-r--r-- | sfx2/source/appl/appmisc.cxx | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/sfx2/source/appl/appmisc.cxx b/sfx2/source/appl/appmisc.cxx index f17d8ab38e7f..b75bfbabe25d 100644 --- a/sfx2/source/appl/appmisc.cxx +++ b/sfx2/source/appl/appmisc.cxx @@ -2,9 +2,9 @@ * * $RCSfile: appmisc.cxx,v $ * - * $Revision: 1.29 $ + * $Revision: 1.30 $ * - * last change: $Author: cd $ $Date: 2001-08-16 07:57:01 $ + * last change: $Author: as $ $Date: 2001-08-22 13:03:33 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -328,6 +328,7 @@ void SfxApplication::OpenClients() Die Basisklasse sollte nicht gerufen werden. */ { + /* BOOL bLoaded = FALSE; if ( !( pAppData_Impl->nAppEvent & DISPATCH_SERVER ) ) { @@ -459,9 +460,8 @@ void SfxApplication::OpenClients() SfxAllItemSet aSet( GetPool() ); // Dateiname - /*TODO: - (as) If feature of "StartDocument" should be reactivated - add code to read document name here! - */ + //TODO: + // (as) If feature of "StartDocument" should be reactivated - add code to read document name here! String aName; if ( !aName.Len() ) { @@ -490,6 +490,7 @@ void SfxApplication::OpenClients() ::comphelper::getProcessServiceFactory()->createInstance( ::rtl::OUString::createFromAscii("com.sun.star.frame.Desktop")), ::com::sun::star::uno::UNO_QUERY ); } +*/ } //-------------------------------------------------------------------- |