summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2024-06-12 16:03:14 +0200
committerJulien Nabet <serval2412@yahoo.fr>2024-06-12 16:52:36 +0200
commitf538c3533ba4f967a60154fdd7d93fa73e46420b (patch)
tree4d84140b2317760ab3e3296d407797eafa5a1094 /sw
parent343140f53ede3a66ad2b96f347e3d988d64e2eaf (diff)
Fix typo
Change-Id: I4e7145380f70db50f8dee898318eee52e6f03f1f Reviewed-on: https://gerrit.libreoffice.org/c/core/+/168737 Tested-by: Julien Nabet <serval2412@yahoo.fr> Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'sw')
-rw-r--r--sw/source/filter/ww8/ww8atr.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/filter/ww8/ww8atr.cxx b/sw/source/filter/ww8/ww8atr.cxx
index 25fac5a07e69..cb4d803a8e0a 100644
--- a/sw/source/filter/ww8/ww8atr.cxx
+++ b/sw/source/filter/ww8/ww8atr.cxx
@@ -5910,7 +5910,7 @@ void AttributeOutputBase::OutputStyleItemSet( const SfxItemSet& rSet, bool bTest
// This implicitly relies on a specific order of the Items: even with the situation
// that WhichIDs are sorted and thus was the output of SfxItemIter before this
// change, this is a risky assumtion - the WhichIDs and thus the order of the
- // Items are not neccesarily fix (and were not designed to have a specific
+ // Items are not necessarily fixed (and were not designed to have a specific
// 'order' to be made use of, it's coincidence).
// Thus in the long run OutputItem itself might have to becorrected to work without
// that assumption: hand a access method to it (callback/ItemSet) so that it might