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

New commits:
commit 2fd5fc442bee1e73561bb7d2dd7922627b76e50d
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Thu Nov 28 16:27:56 2024 +0100
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Thu Nov 28 16:33:07 2024 +0100

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

diff --git a/sw/source/uibase/utlui/content.cxx 
b/sw/source/uibase/utlui/content.cxx
index 35e281debd83..c48b519bb276 100644
--- a/sw/source/uibase/utlui/content.cxx
+++ b/sw/source/uibase/utlui/content.cxx
@@ -3981,7 +3981,7 @@ void SwContentTree::ExecCommand(std::u16string_view rCmd, 
bool bOutlineWithChild
                  nFirstRegularDocContentOutlineNodePos == 
SwOutlineNodes::npos)))
         {
             // except inline headings, i.e. Inline Heading frames with
-            // single outlines, and achored as characters, which headings
+            // single outlines, and anchored as characters, which headings
             // are movable with their anchor node, if they are
             // 1) not in other frames or 2) not in tables and 3) not protected
             const SwNode* pRootNode = nHasInlineHeading > 0

Reply via email to