[Libreoffice-commits] core.git: sw/source
Noel Grandin (via logerrit)
logerrit at kemper.freedesktop.org
Wed Jun 2 09:45:31 UTC 2021
sw/source/core/doc/textboxhelper.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit e4cf357a2e5d6506e4f9ff8d03edb53b699967f6
Author: Noel Grandin <noel.grandin at collabora.co.uk>
AuthorDate: Wed Jun 2 11:00:44 2021 +0200
Commit: Noel Grandin <noel.grandin at collabora.co.uk>
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 <noel.grandin at collabora.co.uk>
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));
}
More information about the Libreoffice-commits
mailing list