[Libreoffice-commits] core.git: sw/source

Andrea Gelmini (via logerrit) logerrit at kemper.freedesktop.org
Sun Jul 14 08:14:16 UTC 2019


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

New commits:
commit 284d3b0373a6565278581b682d05ebdbb4baf743
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Sun Jul 14 10:03:32 2019 +0200
Commit:     Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Sun Jul 14 10:13:30 2019 +0200

    Fix
    
    Change-Id: Ib3b96872190e87a7d68b5605b81152852b1036f7
    Reviewed-on: https://gerrit.libreoffice.org/75569
    Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
    Tested-by: Julien Nabet <serval2412 at yahoo.fr>

diff --git a/sw/source/core/layout/frmtool.cxx b/sw/source/core/layout/frmtool.cxx
index 484e5d2a8e93..5564576079bc 100644
--- a/sw/source/core/layout/frmtool.cxx
+++ b/sw/source/core/layout/frmtool.cxx
@@ -3246,7 +3246,7 @@ void Notify_Background( const SdrObject* pObj,
 }
 
 /// Provides the Upper of an anchor in paragraph-bound objects. If the latter
-/// is a chained border or a footnote, the "virtual" Upper might be returne.
+/// is a chained border or a footnote, the "virtual" Upper might be returned.
 const SwFrame* GetVirtualUpper( const SwFrame* pFrame, const Point& rPos )
 {
     if( pFrame->IsTextFrame() )


More information about the Libreoffice-commits mailing list