From b3910884561c146302565dddabdf0c20e637653c Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Thu, 4 Apr 2019 19:21:35 +0000 Subject: Fix typo Change-Id: I88a8fb94cb1e7653d63a77bdb63d1303cc848704 Reviewed-on: https://gerrit.libreoffice.org/70361 Tested-by: Jenkins Reviewed-by: Julien Nabet --- basic/source/comp/dim.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'basic/source/comp/dim.cxx') diff --git a/basic/source/comp/dim.cxx b/basic/source/comp/dim.cxx index e209114aabf1..477acdcbefd5 100644 --- a/basic/source/comp/dim.cxx +++ b/basic/source/comp/dim.cxx @@ -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 -- cgit