svl/source/items/itemset.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
New commits: commit 5589f0de0f3b1e8fafc3fe21015c5292147d308d Author: Andrea Gelmini <[email protected]> AuthorDate: Fri Sep 8 21:31:33 2023 +0200 Commit: Julien Nabet <[email protected]> CommitDate: Sat Sep 9 10:16:48 2023 +0200 Fix typo Change-Id: I88d79ca31981a49736af571067831c703cf65d3a Reviewed-on: https://gerrit.libreoffice.org/c/core/+/156755 Tested-by: Jenkins Reviewed-by: Julien Nabet <[email protected]> diff --git a/svl/source/items/itemset.cxx b/svl/source/items/itemset.cxx index f8e11582a431..344c0b88f5b9 100644 --- a/svl/source/items/itemset.cxx +++ b/svl/source/items/itemset.cxx @@ -727,13 +727,13 @@ void SfxItemSet::RecreateRanges_Impl(const WhichRangesContainer& rNewRanges) nNewCount++; } - // reset entry, since it got transfered it should not be cleaned-up + // reset entry, since it got transferred it should not be cleaned-up *aSourceEntry = nullptr; } } } - // free old items: only necessary when not all Items were transfered + // free old items: only necessary when not all Items were transferred if (nNewCount != Count()) { ClearAllItemsImpl();
