[Libreoffice-commits] core.git: svx/source
Stephan Bergmann
sbergman at redhat.com
Tue Dec 12 07:22:55 UTC 2017
svx/source/dialog/crashreportui.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 135c160d41e68c8ba4178684cce6fb88b1f57d78
Author: Stephan Bergmann <sbergman at redhat.com>
Date: Tue Dec 12 08:20:46 2017 +0100
loplugin:salcall
Change-Id: I38be4ffc8e93cdc567fbaaf826ce791fa79bbfaf
diff --git a/svx/source/dialog/crashreportui.cxx b/svx/source/dialog/crashreportui.cxx
index 1b2acdd308e4..b91aee8dafe9 100644
--- a/svx/source/dialog/crashreportui.cxx
+++ b/svx/source/dialog/crashreportui.cxx
@@ -75,7 +75,7 @@ css::uno::Any SAL_CALL CrashReportUI::dispatchWithReturnValue(const css::util::U
}
-extern "C" SAL_DLLPUBLIC_EXPORT css::uno::XInterface * SAL_CALL
+extern "C" SAL_DLLPUBLIC_EXPORT css::uno::XInterface *
com_sun_star_comp_svx_CrashReportUI_get_implementation(
css::uno::XComponentContext *context,
css::uno::Sequence<css::uno::Any> const &)
More information about the Libreoffice-commits
mailing list