diff options
-rw-r--r-- | sd/source/ui/view/outlview.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/view/outlview.cxx b/sd/source/ui/view/outlview.cxx index 19f38f0181b9..076ee48d6b23 100644 --- a/sd/source/ui/view/outlview.cxx +++ b/sd/source/ui/view/outlview.cxx @@ -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 |