sw/source/uibase/docvw/edtwin.cxx |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit a30c5d278a0785bf7a8d19ff9e5e86ad97566ea0
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Mon Oct 31 11:15:30 2022 +0100
Commit:     Adolfo Jayme Barrientos <fit...@ubuntu.com>
CommitDate: Mon Oct 31 22:42:57 2022 +0100

    Fix typo
    
    Change-Id: Id77aa9674c4a7461ed4adbbeb70778d3800c113a
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/142068
    Tested-by: Adolfo Jayme Barrientos <fit...@ubuntu.com>
    Reviewed-by: Adolfo Jayme Barrientos <fit...@ubuntu.com>

diff --git a/sw/source/uibase/docvw/edtwin.cxx 
b/sw/source/uibase/docvw/edtwin.cxx
index 09d5fc6f0fe3..46c643a6a43e 100644
--- a/sw/source/uibase/docvw/edtwin.cxx
+++ b/sw/source/uibase/docvw/edtwin.cxx
@@ -6812,7 +6812,7 @@ void SwEditWin::ToggleOutlineContentVisibility(const 
size_t nOutlinePos, const b
 {
     // bSubs purpose is to set all sub level outline content to the same 
visibility as
     // nOutlinePos outline content visibility is toggled. It is only 
applicable when not treating
-    // sub ouline levels as content.
+    // sub outline levels as content.
     SwWrtShell& rSh = GetView().GetWrtShell();
 
     if (GetView().GetDrawView()->IsTextEdit())
@@ -6830,7 +6830,7 @@ void SwEditWin::ToggleOutlineContentVisibility(const 
size_t nOutlinePos, const b
     }
     else if (bSubs)
     {
-        // also toggle sub levels to the same content visibilty
+        // also toggle sub levels to the same content visibility
         SwOutlineNodes::size_type nPos = nOutlinePos;
         SwOutlineNodes::size_type nOutlineNodesCount
                 = rSh.getIDocumentOutlineNodesAccess()->getOutlineNodesCount();

Reply via email to