Kaydet (Commit) 75b51d34 authored tarafından Andrea Gelmini's avatar Andrea Gelmini Kaydeden (comit) Julien Nabet

Fix typo

Change-Id: Ia5b4b50e919964b0746a68b008c9f7a86240c3a6
Reviewed-on: https://gerrit.libreoffice.org/70398
Tested-by: Jenkins
Reviewed-by: 's avatarJulien Nabet <serval2412@yahoo.fr>
üst cc2668dc
......@@ -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 );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment