diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-05-30 13:45:50 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-05-31 08:33:40 +0200 |
commit | 307be8c9cedb32560419bbb09e029b906e5f1acd (patch) | |
tree | cda408f6f320e7e7cb24dd7e022259c807f0c89e /cui | |
parent | 7c41a3e50433fe67eb361f79121d103929946d23 (diff) |
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 'cui')
-rw-r--r-- | cui/source/factory/dlgfact.cxx | 1 | ||||
-rw-r--r-- | cui/source/options/treeopt.cxx | 2 |
2 files changed, 0 insertions, 3 deletions
diff --git a/cui/source/factory/dlgfact.cxx b/cui/source/factory/dlgfact.cxx index ef3775226053..a6e5d5f68004 100644 --- a/cui/source/factory/dlgfact.cxx +++ b/cui/source/factory/dlgfact.cxx @@ -983,7 +983,6 @@ void AbstractScriptSelectorDialog_Impl::SetRunLabel() { if (pDlg) pDlg->SetRunLabel(); - return; } VclPtr<VclAbstractDialog> AbstractDialogFactory_Impl::CreateSvxScriptOrgDialog( vcl::Window* pParent, diff --git a/cui/source/options/treeopt.cxx b/cui/source/options/treeopt.cxx index 9c859b39e10c..bc1e6517b3a1 100644 --- a/cui/source/options/treeopt.cxx +++ b/cui/source/options/treeopt.cxx @@ -1096,8 +1096,6 @@ void OfaTreeOptionsDialog::SelectHdl_Impl() sHelpId = pFirstChild->GetHelpId(); } pBox->SetHelpId(sHelpId); - - return; } OfaPageResource::OfaPageResource() : |