sw/source/filter/ww8/ww8atr.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 343140f53ede3a66ad2b96f347e3d988d64e2eaf Author: Andrea Gelmini <andrea.gelm...@gelma.net> AuthorDate: Wed Jun 12 16:03:56 2024 +0200 Commit: Julien Nabet <serval2...@yahoo.fr> CommitDate: Wed Jun 12 16:52:17 2024 +0200 Fix typo Change-Id: I435a2feb59c895f4f0e0ea04eb5a028058a724a7 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/168739 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 3d994031894b..25fac5a07e69 100644 --- a/sw/source/filter/ww8/ww8atr.cxx +++ b/sw/source/filter/ww8/ww8atr.cxx @@ -5913,7 +5913,7 @@ void AttributeOutputBase::OutputStyleItemSet( const SfxItemSet& rSet, bool bTest // Items are not neccesarily fix (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 assumtion: hand a access method to it (callback/ItemSet) so that it might + // that assumption: hand a access method to it (callback/ItemSet) so that it might // ask e.g. for current FillStyle when FillGradient is processed. // I will now loop and remember XATTR_FILLSTYLE and XATTR_FILLGRADIENT when set, // executing when *both* are set and in the needed order.