diff options
author | Michael Stahl <mstahl@redhat.com> | 2016-01-15 12:18:11 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2016-01-15 13:03:09 +0100 |
commit | 9694a0edfeb3cfe20d7c1286db097ba9b7c51e37 (patch) | |
tree | 6f05fdfe019fa70045bceb59aab3c5fb57318f4f /include | |
parent | 80b55dcfc9754553e42625d0d6e9ebbb728200eb (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.hxx | 2 |
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. |