svl/source/items/itemset.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 20f72a37309baab11c08f6504f4129ddf6cb8c56 Author: Andrea Gelmini <andrea.gelm...@gelma.net> AuthorDate: Thu Jan 25 13:08:52 2024 +0100 Commit: Julien Nabet <serval2...@yahoo.fr> CommitDate: Thu Jan 25 14:15:27 2024 +0100 Fix typo Change-Id: I49afb3957c5633f82431408402bead2a9b0328a7 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/162572 Tested-by: Julien Nabet <serval2...@yahoo.fr> Reviewed-by: Julien Nabet <serval2...@yahoo.fr> diff --git a/svl/source/items/itemset.cxx b/svl/source/items/itemset.cxx index 54d6c3abbc28..5760003fbac4 100644 --- a/svl/source/items/itemset.cxx +++ b/svl/source/items/itemset.cxx @@ -342,7 +342,7 @@ SfxItemSet::SfxItemSet(SfxItemPool& pool, WhichRangesContainer wids) // DefaultItemInstanceManager, will be incarnated and used. // NOTE: Mixing shared/unshared instances is not a problem (we // might even implement a kind of 're-hash' when this kicks in, -// but is not really needded). +// but is not really needed). // (2) Overload getItemInstanceManager for SfxPoolItem in a class // derived from SfxPoolItem and... // (2a) Return a static incarnation of DefaultItemInstanceManager to