From 307be8c9cedb32560419bbb09e029b906e5f1acd Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Tue, 30 May 2017 13:45:50 +0200 Subject: clang-tidy readability-redundant-control-flow Change-Id: I832f7ef0f1bd55e365db7e49823fe8bc30390c04 Reviewed-on: https://gerrit.libreoffice.org/38215 Tested-by: Jenkins Reviewed-by: Noel Grandin --- cui/source/factory/dlgfact.cxx | 1 - 1 file changed, 1 deletion(-) (limited to 'cui/source/factory') 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 AbstractDialogFactory_Impl::CreateSvxScriptOrgDialog( vcl::Window* pParent, -- cgit