sw/source/filter/ww8/ww8atr.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 3f7e2b7111c49d4dcb29be7be67a7eaa2a3cf08b Author: Andrea Gelmini <andrea.gelm...@gelma.net> AuthorDate: Wed Jun 12 16:04:36 2024 +0200 Commit: Julien Nabet <serval2...@yahoo.fr> CommitDate: Wed Jun 12 16:51:11 2024 +0200 Fix typo Change-Id: I970ffb2ebf8554af5bd0a3edc975c56f609accc1 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/168740 Tested-by: Julien Nabet <serval2...@yahoo.fr> Reviewed-by: Julien Nabet <serval2...@yahoo.fr> diff --git a/sw/source/filter/ww8/ww8atr.cxx b/sw/source/filter/ww8/ww8atr.cxx index 130328176370..8f2d120ac534 100644 --- a/sw/source/filter/ww8/ww8atr.cxx +++ b/sw/source/filter/ww8/ww8atr.cxx @@ -5907,7 +5907,7 @@ void AttributeOutputBase::OutputStyleItemSet( const SfxItemSet& rSet, bool bTest // mainly to do with ::OutputItem and it's use of FormatFillGradient/FormatFillStyle // overloads -> XFillStyleItem *needs* to be known before XFillGradientItem // since it is locally 'remembered' in the processor (see m_oFillStyle). - // This implicitely relies on a scpecific order of the Items: even with the situation + // This implicitly relies on a scpecific 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