[Libreoffice-commits] core.git: basic/source
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Sun Dec 9 08:12:46 UTC 2018
basic/source/comp/codegen.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit a35bfce31f891431bedd8ed321762a889d55ce0e
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Sat Dec 8 17:37:40 2018 +0100
Commit: Julien Nabet <serval2412 at 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 <serval2412 at 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;
}
More information about the Libreoffice-commits
mailing list