[Libreoffice-commits] core.git: svx/source
Stephan Bergmann
sbergman at redhat.com
Tue Mar 1 08:36:50 UTC 2016
svx/source/dialog/crashreportui.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 436aea863573b358e491f48b20af02ab0f5eb2eb
Author: Stephan Bergmann <sbergman at redhat.com>
Date: Tue Mar 1 09:36:26 2016 +0100
loplugin:vclwidgets
Change-Id: Ia03a625933aa8daf816c1cf4f58aa86b0d12e579
diff --git a/svx/source/dialog/crashreportui.cxx b/svx/source/dialog/crashreportui.cxx
index 28cac67..d338705 100644
--- a/svx/source/dialog/crashreportui.cxx
+++ b/svx/source/dialog/crashreportui.cxx
@@ -82,7 +82,7 @@ css::uno::Any SAL_CALL CrashReportUI::dispatchWithReturnValue(const css::util::U
{
SolarMutexGuard aGuard;
css::uno::Any aRet;
- ScopedVclPtrInstance<CrashReportDialog> xDialog(new CrashReportDialog(nullptr));
+ ScopedVclPtrInstance<CrashReportDialog> xDialog(nullptr);
xDialog->Execute();
return aRet;
}
More information about the Libreoffice-commits
mailing list