summaryrefslogtreecommitdiff
path: root/sw/source/core/doc
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2021-11-24 12:13:08 +0100
committerJulien Nabet <serval2412@yahoo.fr>2021-11-24 15:57:24 +0100
commit7614a8cf6e9d46b5bae13507c433f3d799a99711 (patch)
treefdf0cd512ac25a6d1330b4fc814fcf6d6580da47 /sw/source/core/doc
parentf4eb555ff5294db037ea6e4d9510d0ca11276fa7 (diff)
Fix typos
Change-Id: Ibc2eb80d7cc0cfc22c7fea0dc7ebe495ae0927c6 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/125765 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'sw/source/core/doc')
-rw-r--r--sw/source/core/doc/textboxhelper.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/doc/textboxhelper.cxx b/sw/source/core/doc/textboxhelper.cxx
index 8bd107623b8a..3fc5c4a56313 100644
--- a/sw/source/core/doc/textboxhelper.cxx
+++ b/sw/source/core/doc/textboxhelper.cxx
@@ -1374,7 +1374,7 @@ bool SwTextBoxHelper::changeAnchor(SwFrameFormat* pShape, SdrObject* pObj)
const uno::Any aShapeVertRelOrient
= uno::makeAny(pShape->GetVertOrient().GetRelationOrient());
- // Get the new page number. If this is 0 incrase it to 1!
+ // Get the new page number. If this is 0 increase it to 1!
// (0 is invalid page)
const sal_uInt16 nPageNum = rNewAnch.GetPageNum() ? rNewAnch.GetPageNum() : 1;