svx/source/unodraw/unoshape.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 5f89cf39c8c6228e3580aa94db4978825ea1fba2 Author: Noel Grandin <[email protected]> AuthorDate: Thu Aug 31 14:49:17 2023 +0200 Commit: Noel Grandin <[email protected]> CommitDate: Thu Aug 31 17:45:07 2023 +0200 improve debug warning message Change-Id: I72f5966a6c144a40d81e479c3d8d27d345064993 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/156342 Tested-by: Jenkins Reviewed-by: Noel Grandin <[email protected]> diff --git a/svx/source/unodraw/unoshape.cxx b/svx/source/unodraw/unoshape.cxx index 362c0ba149a6..6bd355391301 100644 --- a/svx/source/unodraw/unoshape.cxx +++ b/svx/source/unodraw/unoshape.cxx @@ -1876,7 +1876,7 @@ uno::Any SvxShape::GetAnyForItem( SfxItemSet const & aSet, const SfxItemProperty } else { - OSL_FAIL("SvxShape::GetAnyForItem() Returnvalue has wrong Type!" ); + SAL_WARN("svx", "SvxShape::GetAnyForItem() Return value has wrong Type, " << pMap->aType << " != " << aAny.getValueType()); } }
