basic/source/sbx/sbxexec.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 75b51d34f85427e94bfdee6b2b6f0f76a9c3b5f1 Author: Andrea Gelmini <[email protected]> AuthorDate: Thu Apr 4 19:21:30 2019 +0000 Commit: Julien Nabet <[email protected]> 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 <[email protected]> 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 ); _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
