basic/source/runtime/runtime.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
New commits: commit 975c73fe13e743ecd922a93be190476cf250d9ba Author: Andreas Heinisch <andreas.heini...@yahoo.de> AuthorDate: Tue Sep 7 21:45:04 2021 +0200 Commit: Andreas Heinisch <andreas.heini...@yahoo.de> CommitDate: Tue Sep 7 23:00:32 2021 +0200 Fixed typos in the description of the default case for optionals Change-Id: Ib80faf454fe4ef22b3ebb0b633769d4479cd84a8 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/121793 Tested-by: Jenkins Reviewed-by: Andreas Heinisch <andreas.heini...@yahoo.de> diff --git a/basic/source/runtime/runtime.cxx b/basic/source/runtime/runtime.cxx index b0e9653522d2..6ab49727c0c3 100644 --- a/basic/source/runtime/runtime.cxx +++ b/basic/source/runtime/runtime.cxx @@ -4188,8 +4188,8 @@ void SbiRuntime::StepPARAM( sal_uInt32 nOp1, sal_uInt32 nOp2 ) if( nDefaultId > 0 ) { // tdf#143707 - check if the data type character was added after the string - // termination symbol, and convert the variable if it was present. The - // data type character was It was added in basic/source/comp/symtbl.cxx. + // termination symbol, and convert the variable if it was present. The + // data type character was added in basic/source/comp/symtbl.cxx. SbxDataType eTypeStr; OUString aDefaultStr = pImg->GetString( nDefaultId, &eTypeStr ); pVar = new SbxVariable(pParam-> eType);