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

Fix typo

Change-Id: I88a8fb94cb1e7653d63a77bdb63d1303cc848704
Reviewed-on: https://gerrit.libreoffice.org/70361
Tested-by: Jenkins
Reviewed-by: 's avatarJulien Nabet <serval2412@yahoo.fr>
üst 421e6fc3
......@@ -73,7 +73,7 @@ SbiSymDef* SbiParser::VarDecl( SbiExprListPtr* ppDim, bool bStatic, bool bConst
return pDef;
}
// Resolving of a AS-Type-Declaration
// Resolving of an AS-Type-Declaration
// The data type were inserted into the handed over variable
void SbiParser::TypeDecl( SbiSymDef& rDef, bool bAsNewAlreadyParsed )
......@@ -127,7 +127,7 @@ void SbiParser::TypeDecl( SbiSymDef& rDef, bool bAsNewAlreadyParsed )
}
}
break;
case SYMBOL: // can only be a TYPE or a object class!
case SYMBOL: // can only be a TYPE or an object class!
if( eScanType != SbxVARIANT )
Error( ERRCODE_BASIC_SYNTAX );
else
......
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