diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-10-18 14:09:32 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-10-19 07:58:04 +0200 |
commit | ba80f637b82ef5df7c650ec301ca9ebb5f678f44 (patch) | |
tree | 4ce2956e796640b20f7abf3ad6a1ba40c64787bf /libreofficekit/source/gtk/tilebuffer.cxx | |
parent | 265072a4cafd9f8552264448e2fc049ae3ac97e5 (diff) |
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 'libreofficekit/source/gtk/tilebuffer.cxx')
-rw-r--r-- | libreofficekit/source/gtk/tilebuffer.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libreofficekit/source/gtk/tilebuffer.cxx b/libreofficekit/source/gtk/tilebuffer.cxx index f81d0bfbfd0a..9085ba06ac2c 100644 --- a/libreofficekit/source/gtk/tilebuffer.cxx +++ b/libreofficekit/source/gtk/tilebuffer.cxx @@ -116,7 +116,7 @@ void LOEvent::destroy(void* pMemory) } GQuark -LOKTileBufferErrorQuark(void) +LOKTileBufferErrorQuark() { return g_quark_from_static_string("lok-tilebuffer-error"); } |