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

(-)sfx2/inc/app.hxx (-4 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;
Lines 605-613 Link Here
605
    SfxFrame*                   GetTargetFrame_Impl( const SfxItemSet* pSet, BOOL& rOwnsFrame );
604
    SfxFrame*                   GetTargetFrame_Impl( const SfxItemSet* pSet, BOOL& rOwnsFrame );
606
605
607
    void                        SetOptions_Impl(const SfxItemSet &);
606
    void                        SetOptions_Impl(const SfxItemSet &);
608
    BOOL                        InitOfficeAppType_Impl( USHORT nApp,
609
                                                        ApplicationType& rType,
610
                                                        BOOL bEmbedd = TRUE );
611
    BOOL                        CheckTryBuy_Impl();
607
    BOOL                        CheckTryBuy_Impl();
612
    void                        ForcePendingInitFactories();
608
    void                        ForcePendingInitFactories();
613
609
(-)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