svl/source/items/itemset.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 3db7d3ad5360ac5af903ab0c14e130b95440739f Author: Andrea Gelmini <[email protected]> AuthorDate: Thu Jan 25 13:07:14 2024 +0100 Commit: Julien Nabet <[email protected]> CommitDate: Thu Jan 25 14:13:29 2024 +0100 Fix typo Change-Id: Ia769e28fa1180c40f0e25763485a7b468d1f8f94 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/162568 Tested-by: Julien Nabet <[email protected]> Reviewed-by: Julien Nabet <[email protected]> diff --git a/svl/source/items/itemset.cxx b/svl/source/items/itemset.cxx index d62f54766698..69a140011ec8 100644 --- a/svl/source/items/itemset.cxx +++ b/svl/source/items/itemset.cxx @@ -329,7 +329,7 @@ SfxItemSet::SfxItemSet(SfxItemPool& pool, WhichRangesContainer wids) // of a DefaultItemInstanceManager. This is the default, it will // give direct implementatioons at the Items that overload // getItemInstanceManager() preference. These are expected to -// return static instances of aderived implementation of a +// return static instances of a derived implementation of a // ItemInstanceManager. // All in all there are now the following possibilities to support // this for individual Item derivations:
