diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-01-26 16:11:59 +0000 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2019-01-27 09:46:25 +0100 |
commit | af2c169b7cafd20a552b0138a4a61fcb3145b89d (patch) | |
tree | 910f55d5eceaca24b7b7471d004e47edf233818b /basic/source | |
parent | ed707a4806a489467c6d9be7d1b787dab94b5f78 (diff) |
Fix typo
Change-Id: Iccc171ce433e38c4eea4e73dcdba76720aa78056
Reviewed-on: https://gerrit.libreoffice.org/66969
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'basic/source')
-rw-r--r-- | basic/source/classes/sb.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/basic/source/classes/sb.cxx b/basic/source/classes/sb.cxx index d97b5698c71a..4d92e3348704 100644 --- a/basic/source/classes/sb.cxx +++ b/basic/source/classes/sb.cxx @@ -1451,8 +1451,8 @@ const OUString& StarBASIC::GetErrorText() { return GetSbData()->aErrMsg; } // From 1996-03-29: // The mapping between the old and the new error codes take place by searching // through the table SFX_VB_ErrorTab[]. This is indeed not with good performance, -// but it consumes much less memory than corresponding switch blocs. -// Because the conversion of error codes has not to be fast. there is no +// but it consumes much less memory than corresponding switch blocks. +// Because the conversion of error codes has not to be fast. There is no // binary search by VB Error -> Error SFX. // Map back new error codes to old, Sbx-compatible |