callcatcher: remove unused StarBASIC::LoadOldModules
This commit is contained in:
parent
f3041e079b
commit
b83da0e77a
2 changed files with 0 additions and 6 deletions
|
@ -148,7 +148,6 @@ public:
|
|||
void InitAllModules( StarBASIC* pBasicNotToInit = NULL );
|
||||
void DeInitAllModules( void );
|
||||
void ClearAllModuleVars( void );
|
||||
sal_Bool LoadOldModules( SvStream& );
|
||||
|
||||
// #43011 For TestTool; deletes global vars
|
||||
void ClearGlobalVars( void );
|
||||
|
|
|
@ -1896,11 +1896,6 @@ sal_Bool StarBASIC::StoreData( SvStream& r ) const
|
|||
return sal_True;
|
||||
}
|
||||
|
||||
sal_Bool StarBASIC::LoadOldModules( SvStream& )
|
||||
{
|
||||
return sal_False;
|
||||
}
|
||||
|
||||
bool StarBASIC::GetUNOConstant( const sal_Char* _pAsciiName, ::com::sun::star::uno::Any& aOut )
|
||||
{
|
||||
bool bRes = false;
|
||||
|
|
Loading…
Reference in a new issue