View | Details | Raw Unified | Return to issue 10855
Collapse All | Expand All

(-)sfx2/inc/app.hxx (-1 lines)
Lines 195-201 Link Here
195
class SfxFilterMatcher;
195
class SfxFilterMatcher;
196
class SfxFrame;
196
class SfxFrame;
197
class Menu;
197
class Menu;
198
struct ApplicationType;
199
class SvUShorts;
198
class SvUShorts;
200
class SfxModule;
199
class SfxModule;
201
class SfxModuleArr_Impl;
200
class SfxModuleArr_Impl;
(-)sfx2/source/appl/appserv.cxx (-7 lines)
Lines 203-215 Link Here
203
	return 0;
203
	return 0;
204
}
204
}
205
205
206
struct ApplicationType
207
{
208
    String aPathName;
209
    String aParams;
210
    String aDomainName;
211
};
212
213
/*
206
/*
214
BOOL SfxApplication::InitOfficeAppType_Impl( USHORT nAppId, ApplicationType& rType, BOOL bEmbed )
207
BOOL SfxApplication::InitOfficeAppType_Impl( USHORT nAppId, ApplicationType& rType, BOOL bEmbed )
215
{
208
{

Return to issue 10855