diff options
author | Andreas Heinisch <andreas.heinisch@yahoo.de> | 2021-09-07 21:45:04 +0200 |
---|---|---|
committer | Andreas Heinisch <andreas.heinisch@yahoo.de> | 2021-09-07 23:00:32 +0200 |
commit | 975c73fe13e743ecd922a93be190476cf250d9ba (patch) | |
tree | 52b5b100200e6b5ca13f3d747ab7d56ff4d3b956 /basic | |
parent | 409abb1fca4d360295304e1efff471d63a51e436 (diff) |
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.heinisch@yahoo.de>
Diffstat (limited to 'basic')
-rw-r--r-- | basic/source/runtime/runtime.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
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); |