summaryrefslogtreecommitdiffstats
path: root/connectivity/source
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2018-10-18 14:09:32 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2018-10-19 07:58:04 +0200
commitba80f637b82ef5df7c650ec301ca9ebb5f678f44 (patch)
tree4ce2956e796640b20f7abf3ad6a1ba40c64787bf /connectivity/source
parentloplugin:staticvar in vcl (diff)
downloadcore-ba80f637b82ef5df7c650ec301ca9ebb5f678f44.tar.gz
core-ba80f637b82ef5df7c650ec301ca9ebb5f678f44.zip
clang-tidy modernize-redundant-void-arg
Change-Id: Ia25ac2e40f29e5b766a4c5c013fb53274196f656 Reviewed-on: https://gerrit.libreoffice.org/61934 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'connectivity/source')
-rw-r--r--connectivity/source/drivers/evoab2/EApi.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/connectivity/source/drivers/evoab2/EApi.cxx b/connectivity/source/drivers/evoab2/EApi.cxx
index 81db0b0d83df..1830cae593af 100644
--- a/connectivity/source/drivers/evoab2/EApi.cxx
+++ b/connectivity/source/drivers/evoab2/EApi.cxx
@@ -34,7 +34,7 @@ static const char *eBookLibNames[] = {
"libebook.so.8" // evolution-2.0
};
-typedef void (*SymbolFunc) (void);
+typedef void (*SymbolFunc) ();
#define SYM_MAP(a) { #a, reinterpret_cast<SymbolFunc *>(&a) }
struct ApiMap