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:
committed by
Noel Grandin
parent
bb437029c1
commit
da40cac540
@@ -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) ||
|
||||
|
Reference in New Issue
Block a user