summaryrefslogtreecommitdiff
path: root/svx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2016-03-01 09:36:26 +0100
committerStephan Bergmann <sbergman@redhat.com>2016-03-01 09:36:26 +0100
commit436aea863573b358e491f48b20af02ab0f5eb2eb (patch)
treeac524b7d52a50b8a80dcd1c8f98d678bacb59d5e /svx
parentf2bd96f7dd5225c2547889b55809701caf12d3c2 (diff)
loplugin:vclwidgets
Change-Id: Ia03a625933aa8daf816c1cf4f58aa86b0d12e579
Diffstat (limited to 'svx')
-rw-r--r--svx/source/dialog/crashreportui.cxx2
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;
}