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

Andrea Gelmini (via logerrit) logerrit at kemper.freedesktop.org
Wed Jul 3 19:09:18 UTC 2019


 sw/source/uibase/wrtsh/delete.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 0300e238c68f91d5921140628809024279437906
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Wed Jul 3 14:43:23 2019 +0000
Commit:     Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Wed Jul 3 21:08:12 2019 +0200

    Fix typo
    
    Change-Id: I4faa2e19aee92bda2d73c83ff245871e7464d460
    Reviewed-on: https://gerrit.libreoffice.org/75052
    Tested-by: Jenkins
    Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>

diff --git a/sw/source/uibase/wrtsh/delete.cxx b/sw/source/uibase/wrtsh/delete.cxx
index e783037c9bb9..81d088cc2ba1 100644
--- a/sw/source/uibase/wrtsh/delete.cxx
+++ b/sw/source/uibase/wrtsh/delete.cxx
@@ -398,7 +398,7 @@ bool SwWrtShell::DelRight()
             // #108205# Remember object's position.
             Point aTmpPt = GetObjRect().TopLeft();
 
-            // Remember the anchof of the selected object before deletion.
+            // Remember the anchor of the selected object before deletion.
             std::unique_ptr<SwPosition> pAnchor;
             SwFlyFrame* pFly = GetSelectedFlyFrame();
             if (pFly)


More information about the Libreoffice-commits mailing list