Index: sfx2/inc/app.hxx =================================================================== RCS file: /cvs/framework/sfx2/inc/app.hxx,v retrieving revision 1.25 diff -u -r1.25 app.hxx --- sfx2/inc/app.hxx 16 Oct 2002 09:43:49 -0000 1.25 +++ sfx2/inc/app.hxx 22 Jan 2003 16:07:37 -0000 @@ -195,7 +195,6 @@ class SfxFilterMatcher; class SfxFrame; class Menu; -struct ApplicationType; class SvUShorts; class SfxModule; class SfxModuleArr_Impl; @@ -605,9 +604,6 @@ SfxFrame* GetTargetFrame_Impl( const SfxItemSet* pSet, BOOL& rOwnsFrame ); void SetOptions_Impl(const SfxItemSet &); - BOOL InitOfficeAppType_Impl( USHORT nApp, - ApplicationType& rType, - BOOL bEmbedd = TRUE ); BOOL CheckTryBuy_Impl(); void ForcePendingInitFactories(); Index: sfx2/source/appl/appserv.cxx =================================================================== RCS file: /cvs/framework/sfx2/source/appl/appserv.cxx,v retrieving revision 1.28.8.3 diff -u -r1.28.8.3 appserv.cxx --- sfx2/source/appl/appserv.cxx 18 Dec 2002 12:34:00 -0000 1.28.8.3 +++ sfx2/source/appl/appserv.cxx 22 Jan 2003 16:07:37 -0000 @@ -203,13 +203,6 @@ return 0; } -struct ApplicationType -{ - String aPathName; - String aParams; - String aDomainName; -}; - /* BOOL SfxApplication::InitOfficeAppType_Impl( USHORT nAppId, ApplicationType& rType, BOOL bEmbed ) {