Kaydet (Commit) c607d643 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

warning C4805: != : unsafe mix of bool and sal_Bool

Change-Id: I374845ff45788b762d0bbe97782d44c834c565ce
üst 632148df
......@@ -128,7 +128,7 @@ void ScSortKeyCtrl::checkAutoVScroll()
return;
if (nBits & WB_AUTOVSCROLL)
{
bool bShow = m_rVertScroll.GetRangeMax() > m_rVertScroll.GetVisibleSize();
sal_Bool bShow = m_rVertScroll.GetRangeMax() > m_rVertScroll.GetVisibleSize();
if (bShow != m_rVertScroll.IsVisible())
m_rVertScroll.Show(bShow);
}
......
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