summaryrefslogtreecommitdiff
path: root/basic/inc
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2011-07-12 11:18:14 +0200
committerThomas Arnhold <thomas@arnhold.org>2011-07-12 17:01:18 +0200
commit7884de47a5ffb43bcfc418828de50547d5b5901c (patch)
treec21665245000404a1b263bdd428e19b227a65dcd /basic/inc
parent6a7ba51092e60f576ed946d12d6193b52c29b4b2 (diff)
callcatcher: remove unused StarBASIC::StaticSuppressSfxResource
Diffstat (limited to 'basic/inc')
-rw-r--r--basic/inc/basic/sbstar.hxx3
1 files changed, 0 insertions, 3 deletions
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 );