diff options
-rw-r--r-- | basic/source/comp/codegen.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/basic/source/comp/codegen.cxx b/basic/source/comp/codegen.cxx index e73700e5cedf..6daa6dde378d 100644 --- a/basic/source/comp/codegen.cxx +++ b/basic/source/comp/codegen.cxx @@ -58,7 +58,7 @@ void SbiCodeGen::Statement() nCol = pParser->GetCol1(); // #29955 Store the information of the for-loop-layer - // in the uppper Byte of the column + // in the upper Byte of the column nCol = (nCol & 0xff) + 0x100 * nForLevel; } |