diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2023-11-08 22:57:17 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2023-11-09 08:18:35 +0100 |
commit | 40f71a944e3094d6670c2103e576ac369257606a (patch) | |
tree | 137fb978e347aebbbc99e98d19e171d62a353faa /svl | |
parent | 28245ae37723223c93fb0f915a599bb547c391f0 (diff) |
Fix typo
Change-Id: I9423e9a6e796b8b0754d2f1c3d17ca99d325726c
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/159189
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'svl')
-rw-r--r-- | svl/source/items/itemset.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svl/source/items/itemset.cxx b/svl/source/items/itemset.cxx index c3faecabb6f1..605dee720ae5 100644 --- a/svl/source/items/itemset.cxx +++ b/svl/source/items/itemset.cxx @@ -169,7 +169,7 @@ SfxPoolItem const* implCreateItemEntry(SfxItemPool& rPool, SfxPoolItem const* pS { // SlotItems were always cloned in original (even when bPassingOwnership), // so do that here, too (but without bPassingOwnership). - // They do not need to be registerd at pool (actually impossible, pools + // They do not need to be registered at pool (actually impossible, pools // do not have entries for SlotItems) so handle here early if (!bPassingOwnership) pSource = pSource->Clone(rPool.GetMasterPool()); |