[Libreoffice-commits] core.git: basic/source

Andrea Gelmini (via logerrit) logerrit at kemper.freedesktop.org
Sun Apr 7 06:04:53 UTC 2019


 basic/source/comp/dim.cxx |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit b3910884561c146302565dddabdf0c20e637653c
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Thu Apr 4 19:21:35 2019 +0000
Commit:     Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Sun Apr 7 08:04:31 2019 +0200

    Fix typo
    
    Change-Id: I88a8fb94cb1e7653d63a77bdb63d1303cc848704
    Reviewed-on: https://gerrit.libreoffice.org/70361
    Tested-by: Jenkins
    Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>

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


More information about the Libreoffice-commits mailing list