diff options
Diffstat (limited to 'sw')
-rw-r--r-- | sw/source/core/doc/textboxhelper.cxx | 2 |
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; |