diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2021-06-02 11:00:44 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2021-06-02 11:44:46 +0200 |
commit | e4cf357a2e5d6506e4f9ff8d03edb53b699967f6 (patch) | |
tree | 8ad7c71020a2943906e4e32778225173c9866621 /sw | |
parent | 4da0de52bbd9a2f53ce0e838f7b22c228e510f97 (diff) |
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@collabora.co.uk>
Diffstat (limited to 'sw')
-rw-r--r-- | sw/source/core/doc/textboxhelper.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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)); } |