diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-04-26 16:07:46 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-04-28 08:08:52 +0200 |
commit | edd0d35590fc368c6c06a9bb5c108aacbc742371 (patch) | |
tree | 467434c8c07ae5291b3347fe326cad12cc08f1ba /include/tools | |
parent | a3783c0af4bd21eb9c001aadc60c660c06a47779 (diff) |
loplugin:countusersofdefaultparams
Change-Id: I84868b3115c534a8240394283cc3beedf8cb3a80
Reviewed-on: https://gerrit.libreoffice.org/53543
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/tools')
-rw-r--r-- | include/tools/diagnose_ex.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/tools/diagnose_ex.h b/include/tools/diagnose_ex.h index 9c18d5f51ad4..0f924fc20988 100644 --- a/include/tools/diagnose_ex.h +++ b/include/tools/diagnose_ex.h @@ -31,7 +31,7 @@ TOOLS_DLLPUBLIC void DbgUnhandledException(const css::uno::Any& caughtException, const char* currentFunction, const char* fileAndLineNo, - const char* area = nullptr, const char* explanatory = nullptr); + const char* area, const char* explanatory = nullptr); //getCaughtException throws exceptions in never-going-to-happen situations which //floods coverity with warnings |