sw/source/filter/ww8/ww8atr.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 102deebcee2608a18ed73affef6c64da29653c89 Author: Andrea Gelmini <andrea.gelm...@gelma.net> AuthorDate: Wed Jun 12 16:03:38 2024 +0200 Commit: Julien Nabet <serval2...@yahoo.fr> CommitDate: Wed Jun 12 16:52:58 2024 +0200 Fix typo Change-Id: I2a1f8989d9d9d59dd5660efe7dd2c8cfde95b838 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/168738 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 cb4d803a8e0a..c2377fbb916b 100644 --- a/sw/source/filter/ww8/ww8atr.cxx +++ b/sw/source/filter/ww8/ww8atr.cxx @@ -5909,7 +5909,7 @@ void AttributeOutputBase::OutputStyleItemSet( const SfxItemSet& rSet, bool bTest // since it is locally 'remembered' in the processor (see m_oFillStyle). // 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 + // change, this is a risky assumption - the WhichIDs and thus the order of the // 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