From 9694a0edfeb3cfe20d7c1286db097ba9b7c51e37 Mon Sep 17 00:00:00 2001 From: Michael Stahl Date: Fri, 15 Jan 2016 12:18:11 +0100 Subject: basic: coverity#1348466 checked return Kind of unnecessary but let's hope it shuts up coverity. Change-Id: I4903c9df788ce5fb9648c5fd68627ff21362828f --- include/basic/basmgr.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/basic') diff --git a/include/basic/basmgr.hxx b/include/basic/basmgr.hxx index dac109f7ce08..d64259a0c598 100644 --- a/include/basic/basmgr.hxx +++ b/include/basic/basmgr.hxx @@ -171,7 +171,7 @@ public: const css::uno::Reference< css::script::XPersistentLibraryContainer >& GetScriptLibraryContainer() const; - void LoadLib( sal_uInt16 nLib ); + bool LoadLib( sal_uInt16 nLib ); bool RemoveLib( sal_uInt16 nLib, bool bDelBasicFromStorage ); // Modify-Flag will be reset only during save. -- cgit