sw/source/uibase/app/docstyle.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 29b5a4f5777e089fe940ba6120f9d6af0f91dd2f Author: Michael Stahl <[email protected]> AuthorDate: Wed Aug 28 14:21:39 2024 +0200 Commit: Michael Stahl <[email protected]> CommitDate: Fri Aug 30 10:54:43 2024 +0200 sw: downgrade SAL_WARN on every mouseover to SAL_INFO Change-Id: I5e6f965e0cc47f9a4e5776f452ef216ee19c9f48 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/172608 Tested-by: Jenkins Reviewed-by: Michael Stahl <[email protected]> diff --git a/sw/source/uibase/app/docstyle.cxx b/sw/source/uibase/app/docstyle.cxx index bf05f3dbff7d..333e6f8125e7 100644 --- a/sw/source/uibase/app/docstyle.cxx +++ b/sw/source/uibase/app/docstyle.cxx @@ -1442,7 +1442,7 @@ std::optional<SfxItemSet> SwDocStyleSheet::GetItemSetForPreview() { if (SfxStyleFamily::Page == nFamily || SfxStyleFamily::Pseudo == nFamily || SfxStyleFamily::Table == nFamily) { - SAL_WARN("sw.ui", "GetItemSetForPreview not implemented for page or number or table style"); + SAL_INFO("sw.ui", "GetItemSetForPreview not implemented for page or number or table style"); return std::optional<SfxItemSet>(); } if (!m_bPhysical)
