sw/source/core/doc/docnum.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 08f593989188d8833292bb9d1d466a23bfbd1e21 Author: Andrea Gelmini <[email protected]> AuthorDate: Sun Apr 19 18:13:28 2020 +0200 Commit: Julien Nabet <[email protected]> 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 <[email protected]> Reviewed-by: Julien Nabet <[email protected]> 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 ); _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
