sw/source/core/text/frmform.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit ff2f433cdfda74dbf69a11342a98ccbfb5bc6a72
Author:     Caolán McNamara <caol...@redhat.com>
AuthorDate: Wed Apr 6 13:18:17 2022 +0100
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Thu Apr 7 09:17:52 2022 +0200

    typo: out->our
    
    Change-Id: Ibd8eedb1d4fb7f32e7bd11cd62a921e480b9acd2
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/132630
    Tested-by: Jenkins
    Reviewed-by: Julien Nabet <serval2...@yahoo.fr>

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;

Reply via email to