basic/source/comp/codegen.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit a35bfce31f891431bedd8ed321762a889d55ce0e Author: Andrea Gelmini <andrea.gelm...@gelma.net> AuthorDate: Sat Dec 8 17:37:40 2018 +0100 Commit: Julien Nabet <serval2...@yahoo.fr> CommitDate: Sun Dec 9 09:12:25 2018 +0100 Fix typo Change-Id: I9de253ee55e662b0356f1fe305cd0acb050474da Reviewed-on: https://gerrit.libreoffice.org/64826 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2...@yahoo.fr> 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; } _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits