Change-Id: I7051d0df2f21bbd5ad22404bd7b72c15aba5b861
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/159188
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
This commit is contained in:
Andrea Gelmini 2023-11-08 22:57:00 +01:00 committed by Julien Nabet
parent 641f91100a
commit f15a5638fb

View File

@ -205,7 +205,7 @@ SfxPoolItem const* implCreateItemEntry(SfxItemPool& rPool, SfxPoolItem const* pS
const sal_uInt16 nIndex(pTargetPool->GetIndex_Impl(nWhich));
// the Item itself is shareable when it already is used somewhere
// which is equlivalent to be referenced already. IsPooledItem also
// which is equivalent to be referenced already. IsPooledItem also
// checked for SFX_ITEMS_MAXREF, that is not needed here. Use a
// fake 'while' loop and 'break' to make this better readable