From 3861ec5e6617f4b01cdf45ae0cb37062190c42e5 Mon Sep 17 00:00:00 2001 From: Michael Stahl Date: Thu, 4 Jan 2018 13:01:57 +0100 Subject: svx: warning C4138 '*/' found outside of comment Change-Id: I4f3f30f6fc8423e679220af19a18978aaa15643f --- svx/source/dialog/crashreportui.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'svx') diff --git a/svx/source/dialog/crashreportui.cxx b/svx/source/dialog/crashreportui.cxx index f0f95e6cee35..42d3f647584c 100644 --- a/svx/source/dialog/crashreportui.cxx +++ b/svx/source/dialog/crashreportui.cxx @@ -73,7 +73,7 @@ css::uno::Any SAL_CALL CrashReportUI::dispatchWithReturnValue(const css::util::U extern "C" SAL_DLLPUBLIC_EXPORT css::uno::XInterface * com_sun_star_comp_svx_CrashReportUI_get_implementation( - css::uno::XComponentContext */*context*/, + css::uno::XComponentContext * /*context*/, css::uno::Sequence const &) { return cppu::acquire(new CrashReportUI()); -- cgit