diff options
Diffstat (limited to 'include/basic')
-rw-r--r-- | include/basic/basmgr.hxx | 2 |
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 ); |