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

New commits:
commit 1fe79827ea87580f8fba8ef3b1a3e96f10fd5be9
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Wed Jan 5 00:20:27 2022 +0100
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Wed Jan 5 07:19:48 2022 +0100

    Fix typo
    
    Change-Id: I1fa74a81f30e8e20aea60f5954d7a6a37080bcab
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/127977
    Tested-by: Jenkins
    Reviewed-by: Julien Nabet <serval2...@yahoo.fr>

diff --git a/sw/source/uibase/docvw/edtwin.cxx 
b/sw/source/uibase/docvw/edtwin.cxx
index a820f4731fe1..32c85845a26d 100644
--- a/sw/source/uibase/docvw/edtwin.cxx
+++ b/sw/source/uibase/docvw/edtwin.cxx
@@ -3895,7 +3895,7 @@ void SwEditWin::MouseMove(const MouseEvent& _rMEvt)
             // mouse pointer is on an outline paragraph node
             if(aSwContentAtPos.aFnd.pNode && 
aSwContentAtPos.aFnd.pNode->IsTextNode())
             {
-                // Get the outline paragraph frame and compare it to the saved 
ouline frame. If they
+                // Get the outline paragraph frame and compare it to the saved 
outline frame. If they
                 // are not the same, remove the fold button from the saved 
outline frame, if not
                 // already removed, and then add a fold button to the mouse 
over outline frame if
                 // the content is not folded.

Reply via email to