From ba80f637b82ef5df7c650ec301ca9ebb5f678f44 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Thu, 18 Oct 2018 14:09:32 +0200 Subject: clang-tidy modernize-redundant-void-arg Change-Id: Ia25ac2e40f29e5b766a4c5c013fb53274196f656 Reviewed-on: https://gerrit.libreoffice.org/61934 Tested-by: Jenkins Reviewed-by: Noel Grandin --- salhelper/source/dynload.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'salhelper/source') diff --git a/salhelper/source/dynload.cxx b/salhelper/source/dynload.cxx index b3a9e00322ae..09f678e1cbc3 100644 --- a/salhelper/source/dynload.cxx +++ b/salhelper/source/dynload.cxx @@ -23,7 +23,7 @@ namespace salhelper { -typedef void* (*ApiInitFunction) (void); +typedef void* (*ApiInitFunction) (); ORealDynamicLoader::ORealDynamicLoader(ORealDynamicLoader ** ppSetToZeroInDestructor_, const rtl::OUString& moduleName, -- cgit