From 7884de47a5ffb43bcfc418828de50547d5b5901c Mon Sep 17 00:00:00 2001 From: Thomas Arnhold Date: Tue, 12 Jul 2011 11:18:14 +0200 Subject: callcatcher: remove unused StarBASIC::StaticSuppressSfxResource --- basic/inc/basic/sbstar.hxx | 3 --- 1 file changed, 3 deletions(-) (limited to 'basic/inc') diff --git a/basic/inc/basic/sbstar.hxx b/basic/inc/basic/sbstar.hxx index a33704c11887..5ac9aee34742 100644 --- a/basic/inc/basic/sbstar.hxx +++ b/basic/inc/basic/sbstar.hxx @@ -190,9 +190,6 @@ public: void SetVBAEnabled( sal_Bool bEnabled ); sal_Bool isVBAEnabled(); - // #60175 sal_True: SFX-Resource is not displayed on basic errors - static void StaticSuppressSfxResource( sal_Bool bSuppress ); - SbxObjectRef getRTL( void ) { return pRtl; } sal_Bool IsDocBasic() { return bDocBasic; } SbxVariable* VBAFind( const String& rName, SbxClassType t ); -- cgit