summaryrefslogtreecommitdiff
path: root/basic/inc
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2011-07-28 17:52:20 +0200
committerThomas Arnhold <thomas@arnhold.org>2011-07-29 11:08:44 +0200
commitdb10877d894d2d5bba95ea1871a12c8c633b31d3 (patch)
treeef6260919b30e594dca5513a99995da92968d310 /basic/inc
parentad8b40c6701367c2367bbd0ef97c4780182d808b (diff)
callcatcher: remove unused methods
Diffstat (limited to 'basic/inc')
-rw-r--r--basic/inc/basic/basmgr.hxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/basic/inc/basic/basmgr.hxx b/basic/inc/basic/basmgr.hxx
index 8dc90817c936..fec6bb89f201 100644
--- a/basic/inc/basic/basmgr.hxx
+++ b/basic/inc/basic/basmgr.hxx
@@ -164,7 +164,6 @@ protected:
sal_Bool ImplEncryptStream( SvStream& rStream ) const;
BasicLibInfo* FindLibInfo( StarBASIC* pBasic ) const;
void CheckModules( StarBASIC* pBasic, sal_Bool bReference ) const;
- void SetFlagToAllLibs( short nFlag, sal_Bool bSet ) const;
BasicManager(); // This is used only to customize the paths for 'Save as'.
~BasicManager();