diff options
author | Michael Stahl <mstahl@redhat.com> | 2018-01-04 13:01:57 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2018-01-04 13:03:13 +0100 |
commit | 3861ec5e6617f4b01cdf45ae0cb37062190c42e5 (patch) | |
tree | 2e943ff9f611092984463975e2f5b2c5a2d4e49d /svx | |
parent | bb59a80ee6000d3922fa95262f67e291fd9d8ee2 (diff) |
svx: warning C4138 '*/' found outside of comment
Change-Id: I4f3f30f6fc8423e679220af19a18978aaa15643f
Diffstat (limited to 'svx')
-rw-r--r-- | svx/source/dialog/crashreportui.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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()); |