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

loplugin:implicitboolconversion

Change-Id: Id59a7c9402c59e91715f63a88eeed40d2ef9bd92
üst 86956330
......@@ -1196,7 +1196,7 @@ IMPL_LINK_NOARG_TYPED(OutlineView, RemovingPagesHdl, OutlinerView*, bool)
*/
IMPL_LINK_TYPED( OutlineView, IndentingPagesHdl, OutlinerView *, pOutlinerView, long )
{
return RemovingPagesHdl(pOutlinerView);
return RemovingPagesHdl(pOutlinerView) ? 1 : 0;
}
/** returns the first slide that is selected in the outliner or where
......
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