diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2021-09-10 11:22:56 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2021-09-10 19:27:24 +0200 |
commit | c42eb3d3f6c8be0bb8d3d4c6955d13279c0dbcc1 (patch) | |
tree | 3a315df9fa69febbd6c98896fbdc5f1904f58fb0 /basic | |
parent | 7d4142269e2deb756f03774a9d6d2861fe9eba04 (diff) |
Fix typos
Change-Id: Icb9acdf67be84e3bedab53188246890b6aa82a7d
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/120286
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'basic')
-rw-r--r-- | basic/source/comp/symtbl.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/basic/source/comp/symtbl.cxx b/basic/source/comp/symtbl.cxx index 258989afd394..9d4376b683fe 100644 --- a/basic/source/comp/symtbl.cxx +++ b/basic/source/comp/symtbl.cxx @@ -102,7 +102,7 @@ short SbiStringPool::Add(double n, SbxDataType t) default: assert(false); break; // should not happen } - // tdf#143707 - add the content of the buffer to the string pool inclding its calculated length + // tdf#143707 - add the content of the buffer to the string pool including its calculated length return Add(OUString::fromUtf8(std::string_view(buf, size))); } |