summaryrefslogtreecommitdiff
path: root/include/basic
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2015-04-19 12:36:50 +0100
committerCaolán McNamara <caolanm@redhat.com>2015-04-19 13:03:01 +0100
commit4950c579d125ed7aa5eecccabe900ce79cd667d1 (patch)
tree8177754ee732e880a79fa960139b0cc89de6cd93 /include/basic
parent433016e68fd98583ece002ec41009da42454072e (diff)
callcatcher: update unusedcode
Change-Id: I4b2a7ea03aafbfbf1fece1533da801a4326d80f9
Diffstat (limited to 'include/basic')
-rw-r--r--include/basic/basmgr.hxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/basic/basmgr.hxx b/include/basic/basmgr.hxx
index 156d6ecaf8b2..5f89a3672e35 100644
--- a/include/basic/basmgr.hxx
+++ b/include/basic/basmgr.hxx
@@ -217,8 +217,6 @@ public:
private:
BASIC_DLLPRIVATE bool IsReference( sal_uInt16 nLib );
- BASIC_DLLPRIVATE bool SetLibName( sal_uInt16 nLib, const OUString& rName );
-
BASIC_DLLPRIVATE StarBASIC* GetStdLib() const;
BASIC_DLLPRIVATE StarBASIC* AddLib( SotStorage& rStorage, const OUString& rLibName, bool bReference );
BASIC_DLLPRIVATE bool RemoveLib( sal_uInt16 nLib );