basic/source/basmgr/basmgr.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 00caf3994cab5a25fd4ff147e2860a439b69c731 Author: Andrea Gelmini <[email protected]> AuthorDate: Wed Nov 28 17:47:58 2018 +0100 Commit: Jens Carl <[email protected]> CommitDate: Thu Nov 29 00:08:52 2018 +0100 Fix typo Change-Id: I8e340cc5bbf5131939446291177c3532911237ab Reviewed-on: https://gerrit.libreoffice.org/64183 Tested-by: Jenkins Reviewed-by: Jens Carl <[email protected]> diff --git a/basic/source/basmgr/basmgr.cxx b/basic/source/basmgr/basmgr.cxx index f1ad7192aabf..c079d4efa3db 100644 --- a/basic/source/basmgr/basmgr.cxx +++ b/basic/source/basmgr/basmgr.cxx @@ -1043,7 +1043,7 @@ StarBASIC* BasicManager::AddLib( SotStorage& rStorage, const OUString& rLibName, aNewLibName += "_"; } BasicLibInfo* pLibInfo = CreateLibInfo(); - // Use original name otherwise ImpLoadLibrary failes... + // Use original name otherwise ImpLoadLibrary fails... pLibInfo->SetLibName( rLibName ); // but doesn't work this way if name exists twice sal_uInt16 nLibId = static_cast<sal_uInt16>(mpImpl->aLibs.size()) - 1; _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
