svx/source/dialog/crashreportui.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 436aea863573b358e491f48b20af02ab0f5eb2eb
Author: Stephan Bergmann <sberg...@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;
 }
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to