Kaydet (Commit) ff66595a authored tarafından Caolán McNamara's avatar Caolán McNamara

downgrade this WARN to an INFO

Change-Id: I040a36cc1656c70c7c258e17757745a196c2bf71
üst 63fbd900
......@@ -4160,7 +4160,7 @@ void ToolBox::Resize()
if (mpData->m_aItems[i].mbExpand)
{
vcl::Window *pWindow = mpData->m_aItems[i].mpWindow;
SAL_WARN_IF(!pWindow, "vcl.layout", "only tabitems with window supported at the moment");
SAL_INFO_IF(!pWindow, "vcl.layout", "only tabitems with window supported at the moment");
if (!pWindow)
continue;
Size aWinSize(pWindow->GetSizePixel());
......@@ -4797,7 +4797,7 @@ Size ToolBox::GetOptimalSize() const
if (mpData->m_aItems[i].mbExpand)
{
vcl::Window *pWindow = mpData->m_aItems[i].mpWindow;
SAL_WARN_IF(!pWindow, "vcl.layout", "only tabitems with window supported at the moment");
SAL_INFO_IF(!pWindow, "vcl.layout", "only tabitems with window supported at the moment");
if (!pWindow)
continue;
Size aWinSize(pWindow->GetSizePixel());
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment