summaryrefslogtreecommitdiff
path: root/include/tools/diagnose_ex.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/tools/diagnose_ex.h')
-rw-r--r--include/tools/diagnose_ex.h2
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