sw/inc/IDocumentSettingAccess.hxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 0a7c9153b0100db4d216b598969642e10aa52c2e
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Thu Apr 28 13:57:25 2022 +0200
Commit:     Andrea Gelmini <andrea.gelm...@gelma.net>
CommitDate: Sat Apr 30 18:41:08 2022 +0200

    Fix typo
    
    Change-Id: If93c80f5c4c9d68aeeaf3c0b16d9ef234bcc6737
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/133553
    Tested-by: Jenkins
    Reviewed-by: Andrea Gelmini <andrea.gelm...@gelma.net>

diff --git a/sw/inc/IDocumentSettingAccess.hxx 
b/sw/inc/IDocumentSettingAccess.hxx
index 4e434f20a3ee..eee38ef7678e 100644
--- a/sw/inc/IDocumentSettingAccess.hxx
+++ b/sw/inc/IDocumentSettingAccess.hxx
@@ -119,7 +119,7 @@ enum class DocumentSettingId
     // footnoteContainer default position is the page end instead of the 
column end
     // only if "evenly distributed" is set, and "collected at the end" is not 
set
     FOOTNOTE_IN_COLUMN_TO_PAGEEND,
-    // AsChar anchored flys wrapped differently in ooxlm than normally so in 
case of
+    // AsChar anchored flys wrapped differently in ooxml than normally so in 
case of
     // docx enable this flag. For details see ticket tdf#100680.
     WRAP_AS_CHAR_FLYS_LIKE_IN_OOXML
 };

Reply via email to