svx/source/unodraw/unoshape.cxx | 1 -
1 file changed, 1 deletion(-)
New commits:
commit 610d7c49437f3ddfc612c2f00305fde71069617a
Author: Noel Grandin <[email protected]>
AuthorDate: Thu Oct 23 11:04:02 2025 +0200
Commit: Noel Grandin <[email protected]>
CommitDate: Thu Oct 23 14:24:05 2025 +0200
reduce log noise in SvxShape::_setPropertyValue
this warning has no value
Change-Id: I32d3492ad92d749f519ecaeb74e9fb87c7ae510d
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/192901
Tested-by: Jenkins
Reviewed-by: Noel Grandin <[email protected]>
diff --git a/svx/source/unodraw/unoshape.cxx b/svx/source/unodraw/unoshape.cxx
index 94c6fb5df86e..c19e2d707137 100644
--- a/svx/source/unodraw/unoshape.cxx
+++ b/svx/source/unodraw/unoshape.cxx
@@ -1517,7 +1517,6 @@ void SvxShape::_setPropertyValue( const OUString&
rPropertyName, const uno::Any&
// with complex spreadsheets. So just ignore it here, in absence of a
better fix.
if (rPropertyName == "FromWordArt" || rPropertyName ==
"GraphicColorMode" || rPropertyName == "Representation")
{
- SAL_WARN("svx", "Ignoring property " << rPropertyName);
return;
}
throw beans::UnknownPropertyException( rPropertyName, getXWeak());