summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2022-04-28 13:57:25 +0200
committerAndrea Gelmini <andrea.gelmini@gelma.net>2022-04-30 18:41:08 +0200
commit0a7c9153b0100db4d216b598969642e10aa52c2e (patch)
treed643449212ccf03d98790b30848e8703313173f3
parenta1cf6be07cf2fe3afcd053ae622f85b3e95ce833 (diff)
Fix typo
Change-Id: If93c80f5c4c9d68aeeaf3c0b16d9ef234bcc6737 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/133553 Tested-by: Jenkins Reviewed-by: Andrea Gelmini <andrea.gelmini@gelma.net>
-rw-r--r--sw/inc/IDocumentSettingAccess.hxx2
1 files changed, 1 insertions, 1 deletions
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
};