[Libreoffice-commits] core.git: svx/source
Michael Stahl
mstahl at redhat.com
Thu Jan 4 12:05:35 UTC 2018
svx/source/dialog/crashreportui.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 3861ec5e6617f4b01cdf45ae0cb37062190c42e5
Author: Michael Stahl <mstahl at redhat.com>
Date: Thu Jan 4 13:01:57 2018 +0100
svx: warning C4138 '*/' found outside of comment
Change-Id: I4f3f30f6fc8423e679220af19a18978aaa15643f
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<css::uno::Any> const &)
{
return cppu::acquire(new CrashReportUI());
More information about the Libreoffice-commits
mailing list