diff options
author | Caolán McNamara <caolanm@redhat.com> | 2022-04-06 13:18:17 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2022-04-07 09:17:52 +0200 |
commit | ff2f433cdfda74dbf69a11342a98ccbfb5bc6a72 (patch) | |
tree | 80b9326e9ace401c3cfbab515e37aec3f176ecaf /sw | |
parent | ece3a421c2d577f7aad5b9457c9cd532f1c4a64f (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')
-rw-r--r-- | sw/source/core/text/frmform.cxx | 2 |
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; |