diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2020-04-19 18:13:28 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2020-04-19 18:29:59 +0200 |
commit | 08f593989188d8833292bb9d1d466a23bfbd1e21 (patch) | |
tree | fbaffb7b433a8aeab99d8aa5cbc9716b3b61ff3c | |
parent | 4b26862f696ef04b42ff922f6b620383e2747808 (diff) |
Fix typo
Change-Id: I7c45ef8031773d7492f66b2cb71519abf8ca9328
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/92501
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
-rw-r--r-- | sw/source/core/doc/docnum.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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 ); |