summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-08-08 08:16:13 +0200
committerJulien Nabet <serval2412@yahoo.fr>2019-08-08 09:30:49 +0200
commit872487777f901540dffa3a85d48b803bf7dbfd03 (patch)
tree718dd4b27e899e3b9ebdef7dc189539b046f530e /sw
parent52e574ffd2450956645939abc50c83637c89df01 (diff)
Fix typo
"an usable" Change-Id: Ida4e945022bba17ce4ef17c4db627539ec9d86a1 Reviewed-on: https://gerrit.libreoffice.org/77137 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'sw')
-rw-r--r--sw/source/core/layout/frmtool.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/layout/frmtool.cxx b/sw/source/core/layout/frmtool.cxx
index 9bc74e575247..85bc858a5dbd 100644
--- a/sw/source/core/layout/frmtool.cxx
+++ b/sw/source/core/layout/frmtool.cxx
@@ -1399,7 +1399,7 @@ void InsertCnt_( SwLayoutFrame *pLay, SwDoc *pDoc,
//We'd like to think that 20 Paragraphs fit on one page.
//So that it does not become in extreme situations so violent we calculate depending
//on the node something to it.
- //If in the DocStatistic an usable given pagenumber
+ //If in the DocStatistic a usable given pagenumber
//(Will be cared for while writing), so it will be presumed that this will be
//number of pages.
const bool bStartPercent = bPages && !nEndIndex;