[Libreoffice-commits] core.git: basic/source
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Wed Nov 28 23:09:19 UTC 2018
basic/source/basmgr/basmgr.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 00caf3994cab5a25fd4ff147e2860a439b69c731
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Wed Nov 28 17:47:58 2018 +0100
Commit: Jens Carl <j.carl43 at gmx.de>
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 <j.carl43 at gmx.de>
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;
More information about the Libreoffice-commits
mailing list