[Libreoffice-commits] core.git: sw/source
Andrea Gelmini (via logerrit)
logerrit at kemper.freedesktop.org
Sun Apr 19 16:30:35 UTC 2020
sw/source/core/doc/docnum.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 08f593989188d8833292bb9d1d466a23bfbd1e21
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Sun Apr 19 18:13:28 2020 +0200
Commit: Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Sun Apr 19 18:29:59 2020 +0200
Fix typo
Change-Id: I7c45ef8031773d7492f66b2cb71519abf8ca9328
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/92501
Tested-by: Julien Nabet <serval2412 at yahoo.fr>
Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
diff --git a/sw/source/core/doc/docnum.cxx b/sw/source/core/doc/docnum.cxx
index cf3589ceb9cd..c16ffcdd0911 100644
--- a/sw/source/core/doc/docnum.cxx
+++ b/sw/source/core/doc/docnum.cxx
@@ -622,7 +622,7 @@ static SwTextNode* lcl_FindOutlineNum(const SwOutlineNodes& rOutlNds,
{
// Valid numbers are (always just offsets!):
// ([Number]+\.)+ (as a regular expression!)
- // (Number follwed by a period, with 5 repetitions)
+ // (Number followed by a period, with 5 repetitions)
// i.e.: "1.1.", "1.", "1.1.1."
sal_Int32 nPos = 0;
OUString sNum = rName.getToken( 0, '.', nPos );
More information about the Libreoffice-commits
mailing list