Fix typos

Change-Id: I80995af6459af9f647e66d1c85da2eedad2647b9
Reviewed-on: https://gerrit.libreoffice.org/16523
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
This commit is contained in:
Andrea Gelmini
2015-06-26 18:06:52 +02:00
committed by Julien Nabet
parent 69c88a32aa
commit 5d5dc059cb
32 changed files with 32 additions and 32 deletions

View File

@@ -484,7 +484,7 @@ bool SbiScanner::NextSym()
pLine++; nCol++;
if( *pLine != cSep || cSep == ']' )
{
// If VBA Interop then doen't eat the [] chars
// If VBA Interop then doesn't eat the [] chars
if ( cSep == ']' && bVBASupportOn )
aSym = aLine.copy( n - 1, nCol - n + 1);
else