diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2016-03-01 09:36:26 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2016-03-01 09:36:26 +0100 |
commit | 436aea863573b358e491f48b20af02ab0f5eb2eb (patch) | |
tree | ac524b7d52a50b8a80dcd1c8f98d678bacb59d5e /svx | |
parent | f2bd96f7dd5225c2547889b55809701caf12d3c2 (diff) |
loplugin:vclwidgets
Change-Id: Ia03a625933aa8daf816c1cf4f58aa86b0d12e579
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 28cac67a3ab5..d3387052aba2 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; } |