diff options
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. |