sw/source/core/doc/textboxhelper.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit e4cf357a2e5d6506e4f9ff8d03edb53b699967f6 Author: Noel Grandin <[email protected]> AuthorDate: Wed Jun 2 11:00:44 2021 +0200 Commit: Noel Grandin <[email protected]> CommitDate: Wed Jun 2 11:44:46 2021 +0200 SAL_WARN -> SAL_INFO Change-Id: Iec6d2db5eee35c2973e366153217063e902d1475 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/116569 Tested-by: Jenkins Reviewed-by: Noel Grandin <[email protected]> diff --git a/sw/source/core/doc/textboxhelper.cxx b/sw/source/core/doc/textboxhelper.cxx index f901beab461c..984d28a64bfc 100644 --- a/sw/source/core/doc/textboxhelper.cxx +++ b/sw/source/core/doc/textboxhelper.cxx @@ -546,7 +546,7 @@ void SwTextBoxHelper::syncProperty(SwFrameFormat* pShape, std::u16string_view rP syncProperty(pShape, RES_FRAMEDIR, 0, uno::makeAny(eMode2)); } else - SAL_WARN("sw.core", "SwTextBoxHelper::syncProperty: unhandled property: " + SAL_INFO("sw.core", "SwTextBoxHelper::syncProperty: unhandled property: " << static_cast<OUString>(rPropertyName)); } _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
