Fix common typos. No automatic tools. Handmade…

Change-Id: I1ab4e23b0539f8d39974787f226e57a21f96e959
Reviewed-on: https://gerrit.libreoffice.org/12164
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Tested-by: Noel Grandin <noelgrandin@gmail.com>
This commit is contained in:
Andrea Gelmini
2014-11-10 15:05:25 +01:00
committed by Noel Grandin
parent bb437029c1
commit da40cac540
738 changed files with 1183 additions and 1197 deletions

View File

@@ -186,7 +186,7 @@ ScVbaWSFunction::invoke(const OUString& FunctionName, const uno::Sequence< uno::
aRet = xFunctionAccess->callFunction( FunctionName, aParamTemp );
}
/* Convert return value from double to to Boolean for some functions that
/* Convert return value from double to Boolean for some functions that
return Booleans. */
typedef uno::Sequence< uno::Sequence< uno::Any > > AnySeqSeq;
if( (eOpCode == ocIsEmpty) || (eOpCode == ocIsString) || (eOpCode == ocIsNonString) || (eOpCode == ocIsLogical) ||