summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2016-01-15 12:18:11 +0100
committerMichael Stahl <mstahl@redhat.com>2016-01-15 13:03:09 +0100
commit9694a0edfeb3cfe20d7c1286db097ba9b7c51e37 (patch)
tree6f05fdfe019fa70045bceb59aab3c5fb57318f4f /include
parent80b55dcfc9754553e42625d0d6e9ebbb728200eb (diff)
basic: coverity#1348466 checked return
Kind of unnecessary but let's hope it shuts up coverity. Change-Id: I4903c9df788ce5fb9648c5fd68627ff21362828f
Diffstat (limited to 'include')
-rw-r--r--include/basic/basmgr.hxx2
1 files changed, 1 insertions, 1 deletions
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.