From 975c73fe13e743ecd922a93be190476cf250d9ba Mon Sep 17 00:00:00 2001 From: Andreas Heinisch Date: Tue, 7 Sep 2021 21:45:04 +0200 Subject: 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 --- basic/source/runtime/runtime.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'basic/source/runtime/runtime.cxx') 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); -- cgit