[Libreoffice-commits] core.git: sfx2/source

Caolán McNamara (via logerrit) logerrit at kemper.freedesktop.org
Tue Nov 3 17:17:13 UTC 2020


 sfx2/source/sidebar/DeckLayouter.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit d394bbf2c469fb15dd0b131149bab9a2d774f72d
Author:     Caolán McNamara <caolanm at redhat.com>
AuthorDate: Tue Nov 3 09:59:27 2020 +0000
Commit:     Caolán McNamara <caolanm at redhat.com>
CommitDate: Tue Nov 3 18:16:29 2020 +0100

    downgrade to SAL_INFO
    
    happens a lot and doesn't indicate a problem anyone needs to fix
    
    Change-Id: Ie0c36b61855545629641306820447d5d96b8d841
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/105250
    Tested-by: Jenkins
    Reviewed-by: Caolán McNamara <caolanm at redhat.com>

diff --git a/sfx2/source/sidebar/DeckLayouter.cxx b/sfx2/source/sidebar/DeckLayouter.cxx
index 42f707a3db5c..77cda6dcaf01 100644
--- a/sfx2/source/sidebar/DeckLayouter.cxx
+++ b/sfx2/source/sidebar/DeckLayouter.cxx
@@ -425,7 +425,7 @@ void GetRequestedSizes (
             if (!(0 <= rItem.maLayoutSize.Minimum && rItem.maLayoutSize.Minimum <= rItem.maLayoutSize.Preferred
                   && rItem.maLayoutSize.Preferred <= rItem.maLayoutSize.Maximum))
             {
-                SAL_WARN("sfx.sidebar", "Please follow LayoutSize constraints: 0 ≤ "
+                SAL_INFO("sfx.sidebar", "Please follow LayoutSize constraints: 0 ≤ "
                          "Minimum ≤ Preferred ≤ Maximum."
                          " Currently: Minimum: "
                          << rItem.maLayoutSize.Minimum


More information about the Libreoffice-commits mailing list