diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2018-12-08 17:37:40 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2018-12-09 09:12:25 +0100 |
commit | a35bfce31f891431bedd8ed321762a889d55ce0e (patch) | |
tree | 96191f7fe630ab2270781ac1df50b19c3205772b /basic | |
parent | 0d43b791e60aa75eb7f769d0f9b3177f93e1591c (diff) |
Fix typo
Change-Id: I9de253ee55e662b0356f1fe305cd0acb050474da
Reviewed-on: https://gerrit.libreoffice.org/64826
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'basic')
-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; } |