helpcontent2 | 2 +- svl/source/items/itemset.cxx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)
New commits: commit 8a48869ec1635a59237c244bea394eee2112daef Author: Alain Romedenne <alain.romede...@libreoffice.org> AuthorDate: Mon Jan 15 14:04:12 2024 +0100 Commit: Gerrit Code Review <ger...@gerrit.libreoffice.org> CommitDate: Mon Jan 15 14:04:12 2024 +0100 Update git submodules * Update helpcontent2 from branch 'master' to 4b6dc2bb6c67853f31c6059ca1b8fda32f00d751 - Update SF_UI help page ui.Documents() must be defined as a method - instead of a property - in order for Python scripters not to be confused. Change-Id: Ic43c0bc212f914d2971d2366cb9b6c21e5fd6052 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/161946 Tested-by: Jenkins Reviewed-by: Alain Romedenne <alain.romede...@libreoffice.org> diff --git a/helpcontent2 b/helpcontent2 index d33c78198fbb..4b6dc2bb6c67 160000 --- a/helpcontent2 +++ b/helpcontent2 @@ -1 +1 @@ -Subproject commit d33c78198fbb0d56f08eb265d6ce432b1a7f66b1 +Subproject commit 4b6dc2bb6c67853f31c6059ca1b8fda32f00d751 commit 02923a0507f19aafc5f8a57fd540e8267c22481e Author: Andrea Gelmini <andrea.gelm...@gelma.net> AuthorDate: Fri Jan 12 15:05:50 2024 +0100 Commit: Julien Nabet <serval2...@yahoo.fr> CommitDate: Mon Jan 15 14:04:06 2024 +0100 Fix typo Change-Id: Ic65f4cff636d67d94cb0cafc4f75f3bb57190c99 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/161976 Reviewed-by: Julien Nabet <serval2...@yahoo.fr> Tested-by: Jenkins diff --git a/svl/source/items/itemset.cxx b/svl/source/items/itemset.cxx index e734561558e1..c2ac95207f22 100644 --- a/svl/source/items/itemset.cxx +++ b/svl/source/items/itemset.cxx @@ -355,7 +355,7 @@ SfxPoolItem const* implCreateItemEntry(SfxItemPool& rPool, SfxPoolItem const* pS // } // else if (IsDefaultItem(pSource)) // { - // assert(!bPassingOwnership && "ITEM: PassingOwnership not possible combined with DynaimcDefault (!)"); + // assert(!bPassingOwnership && "ITEM: PassingOwnership not possible combined with DynamicDefault (!)"); // const SfxPoolItem* pDynamic(pTargetPool->GetPoolDefaultItem(nWhich)); // if (nullptr != pDynamic) // {