summaryrefslogtreecommitdiffstats
path: root/editeng
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2017-05-30 13:45:50 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-05-31 08:33:40 +0200
commit307be8c9cedb32560419bbb09e029b906e5f1acd (patch)
treecda408f6f320e7e7cb24dd7e022259c807f0c89e /editeng
parentsimplify OSQLScanner::SQLyyerror (diff)
downloadcore-307be8c9cedb32560419bbb09e029b906e5f1acd.tar.gz
core-307be8c9cedb32560419bbb09e029b906e5f1acd.zip
clang-tidy readability-redundant-control-flow
Change-Id: I832f7ef0f1bd55e365db7e49823fe8bc30390c04 Reviewed-on: https://gerrit.libreoffice.org/38215 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'editeng')
-rw-r--r--editeng/source/outliner/outlvw.cxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/editeng/source/outliner/outlvw.cxx b/editeng/source/outliner/outlvw.cxx
index 6296b54b5d3b..170b786ba4d9 100644
--- a/editeng/source/outliner/outlvw.cxx
+++ b/editeng/source/outliner/outlvw.cxx
@@ -932,8 +932,6 @@ void OutlinerView::ToggleBulletsNumbering(
// switch off bullets/numbering for selected paragraphs
SwitchOffBulletsNumbering( true );
}
-
- return;
}
@@ -1099,8 +1097,6 @@ void OutlinerView::ApplyBulletsNumbering(
pOwner->pEditEngine->SetUpdateMode( bUpdate );
pOwner->UndoActionEnd();
-
- return;
}