summaryrefslogtreecommitdiff
path: root/sfx2/source/view
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.com>2020-10-02 12:29:46 +0200
committerMiklos Vajna <vmiklos@collabora.com>2020-10-02 15:09:22 +0200
commit330f26bea4358658ac84b6d87270229fe71deb02 (patch)
treed8c0750994c42c3ee9ca9fcf79a0f3496fed35c8 /sfx2/source/view
parent792eb7a903b48a6209b2d08dd728dcf9a8096449 (diff)
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@collabora.com> Tested-by: Jenkins
Diffstat (limited to 'sfx2/source/view')
-rw-r--r--sfx2/source/view/viewfrm.cxx2
1 files changed, 1 insertions, 1 deletions
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