[Libreoffice-commits] core.git: basic/source
Andrea Gelmini (via logerrit)
logerrit at kemper.freedesktop.org
Mon Apr 8 05:37:15 UTC 2019
basic/source/sbx/sbxexec.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 75b51d34f85427e94bfdee6b2b6f0f76a9c3b5f1
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Thu Apr 4 19:21:30 2019 +0000
Commit: Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Mon Apr 8 07:36:55 2019 +0200
Fix typo
Change-Id: Ia5b4b50e919964b0746a68b008c9f7a86240c3a6
Reviewed-on: https://gerrit.libreoffice.org/70398
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
diff --git a/basic/source/sbx/sbxexec.cxx b/basic/source/sbx/sbxexec.cxx
index 3b831b6a9c2c..9d58ae34a22a 100644
--- a/basic/source/sbx/sbxexec.cxx
+++ b/basic/source/sbx/sbxexec.cxx
@@ -55,7 +55,7 @@ static const sal_Unicode* Symbol( const sal_Unicode* p, OUString& rSym )
}
else
{
- // A symbol had to begin with a alphabetic character or an underline
+ // A symbol had to begin with an alphabetic character or an underline
if( !rtl::isAsciiAlpha( *p ) && *p != '_' )
{
SbxBase::SetError( ERRCODE_BASIC_SYNTAX );
More information about the Libreoffice-commits
mailing list