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:
committed by
Julien Nabet
parent
69c88a32aa
commit
5d5dc059cb
@@ -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
|
||||
|
Reference in New Issue
Block a user