summaryrefslogtreecommitdiff
path: root/sw/source/core/text
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2022-04-06 13:18:17 +0100
committerJulien Nabet <serval2412@yahoo.fr>2022-04-07 09:17:52 +0200
commitff2f433cdfda74dbf69a11342a98ccbfb5bc6a72 (patch)
tree80b9326e9ace401c3cfbab515e37aec3f176ecaf /sw/source/core/text
parentece3a421c2d577f7aad5b9457c9cd532f1c4a64f (diff)
typo: out->our
Change-Id: Ibd8eedb1d4fb7f32e7bd11cd62a921e480b9acd2 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/132630 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'sw/source/core/text')
-rw-r--r--sw/source/core/text/frmform.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/text/frmform.cxx b/sw/source/core/text/frmform.cxx
index 66916d7e8c61..6b28e2fc1d69 100644
--- a/sw/source/core/text/frmform.cxx
+++ b/sw/source/core/text/frmform.cxx
@@ -765,7 +765,7 @@ void SwTextFrame::SplitFrame(TextFrameIndex const nTextPos)
void SwTextFrame::SetOffset_(TextFrameIndex const nNewOfst)
{
- // We do not need to invalidate out Follow.
+ // We do not need to invalidate our Follow.
// We are a Follow, get formatted right away and call
// SetOffset() from there
mnOffset = nNewOfst;