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

Miklos Vajna (via logerrit) logerrit at kemper.freedesktop.org
Fri Oct 2 13:10:23 UTC 2020


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

New commits:
commit 330f26bea4358658ac84b6d87270229fe71deb02
Author:     Miklos Vajna <vmiklos at collabora.com>
AuthorDate: Fri Oct 2 12:29:46 2020 +0200
Commit:     Miklos Vajna <vmiklos at collabora.com>
CommitDate: Fri Oct 2 15:09:22 2020 +0200

    sfx2: downgrade a warning in SfxViewFrame::ChildWindowState() to info
    
    It happens every time on startup, so it's not that useful.
    
    Change-Id: I570b8892847f2da3dd5b52e150eb7a2802bb407b
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/103828
    Reviewed-by: Miklos Vajna <vmiklos at collabora.com>
    Tested-by: Jenkins

diff --git a/sfx2/source/view/viewfrm.cxx b/sfx2/source/view/viewfrm.cxx
index ccb39350f223..6dc772e0c06e 100644
--- a/sfx2/source/view/viewfrm.cxx
+++ b/sfx2/source/view/viewfrm.cxx
@@ -3233,7 +3233,7 @@ void SfxViewFrame::ChildWindowState( SfxItemSet& rState )
         {
             if  ( !KnowsChildWindow( nSID ) )
             {
-                SAL_WARN("sfx.view", "SID_SIDEBAR state requested, but no task pane child window exists for this ID!");
+                SAL_INFO("sfx.view", "SID_SIDEBAR state requested, but no task pane child window exists for this ID!");
                 rState.DisableItem( nSID );
             }
             else


More information about the Libreoffice-commits mailing list