sw/source/filter/ww8/ww8atr.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 9c8bfcb2aa1723b67d1b4f0ec7c3b6a80562de09
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Wed Jun 12 16:05:16 2024 +0200
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Wed Jun 12 16:50:20 2024 +0200

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

diff --git a/sw/source/filter/ww8/ww8atr.cxx b/sw/source/filter/ww8/ww8atr.cxx
index c7faa963b54e..130328176370 100644
--- a/sw/source/filter/ww8/ww8atr.cxx
+++ b/sw/source/filter/ww8/ww8atr.cxx
@@ -870,7 +870,7 @@ bool WW8Export::DisallowInheritingOutlineNumbering(const 
SwFormat &rFormat)
     bool bRet( false );
 
     //If there is no numbering on this fmt, but its parent was outline
-    //numbered, then in writer this is no inheritied, but in word it would
+    //numbered, then in writer this is not inherited, but in word it would
     //be, so we must export "no numbering" and "body level" to make word
     //behave like writer (see #i25755)
     if (SfxItemState::SET != rFormat.GetItemState(RES_PARATR_NUMRULE, false))

Reply via email to