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

loplugin:literaltoboolconversion

Change-Id: I077c8cf0a7f04d5eb926ec55136b25eb9db7a245
üst 7474a3e4
......@@ -218,7 +218,7 @@ void SchOptionTabPage::Reset(const SfxItemSet* rInAttrs)
// are visible. If they aren't, we can
// as well hide the whole frame
if(!m_pGridPlotOptions->IsVisible())
m_pGrpPlotOptions->Show(sal_False);
m_pGrpPlotOptions->Show(false);
}
AdaptControlPositionsAndVisibility();
......
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