sw/source/core/attr/swatrset.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit c499f5224e182b5053cd043b4678f1032ac62cbb Author: Andrea Gelmini <andrea.gelm...@gelma.net> AuthorDate: Sat Sep 30 12:59:07 2023 +0200 Commit: Julien Nabet <serval2...@yahoo.fr> CommitDate: Sat Sep 30 13:13:54 2023 +0200 Fix typo Change-Id: I00eab84ed12c14d2d1c5bb8c4d5f532b04e6b84a Reviewed-on: https://gerrit.libreoffice.org/c/core/+/157428 Tested-by: Julien Nabet <serval2...@yahoo.fr> Reviewed-by: Julien Nabet <serval2...@yahoo.fr> diff --git a/sw/source/core/attr/swatrset.cxx b/sw/source/core/attr/swatrset.cxx index 78814a0c4aea..28f7b2dfc9eb 100644 --- a/sw/source/core/attr/swatrset.cxx +++ b/sw/source/core/attr/swatrset.cxx @@ -353,7 +353,7 @@ bool SwAttrSet::SetModifyAtAttr( const sw::BroadcastingModify* pModify ) // 'm_bShareable' at the Item (see where that gets set). // This was done in the past using the 'poolable' flag, but that // flag was/is for a completely different purpose - uniqueness is - // a side-effect. It already leaded to massively cloning that Item. + // a side-effect. It already led to massively cloning that Item. // That something is not 'clean' here can also be seen by using // const_cast to *change* values at Items *in* the Set - these // are returned by const reference for a purpose.