diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2018-11-28 17:47:58 +0100 |
---|---|---|
committer | Jens Carl <j.carl43@gmx.de> | 2018-11-29 00:08:52 +0100 |
commit | 00caf3994cab5a25fd4ff147e2860a439b69c731 (patch) | |
tree | 59fcca9e81d52f4b7bd2a9dcb92bd9d67ae8fd5d /basic | |
parent | dd929d99dd86a0ed8587adc5b8b6bff5b4dafbf3 (diff) |
Fix typo
Change-Id: I8e340cc5bbf5131939446291177c3532911237ab
Reviewed-on: https://gerrit.libreoffice.org/64183
Tested-by: Jenkins
Reviewed-by: Jens Carl <j.carl43@gmx.de>
Diffstat (limited to 'basic')
-rw-r--r-- | basic/source/basmgr/basmgr.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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; |