loplugin:subtlezeroinit: sfx2
Change-Id: I1a880bb4df7866b1185ef862ff84693c44a73385
This commit is contained in:
@@ -203,7 +203,7 @@ void SfxApplication::Initialize_Impl()
|
||||
#endif
|
||||
|
||||
Reference < XDesktop2 > xDesktop = Desktop::create ( ::comphelper::getProcessComponentContext() );
|
||||
xDesktop->addTerminateListener( new SfxTerminateListener_Impl() );
|
||||
xDesktop->addTerminateListener( new SfxTerminateListener_Impl );
|
||||
|
||||
pImpl->mxAppDispatch = new SfxStatusDispatcher;
|
||||
|
||||
|
@@ -295,7 +295,7 @@ void ShutdownIcon::FromTemplate()
|
||||
if (xNotifier.is())
|
||||
{
|
||||
EnterModalMode();
|
||||
xNotifier->dispatchWithNotification(aTargetURL, aArgs, new SfxNotificationListener_Impl());
|
||||
xNotifier->dispatchWithNotification(aTargetURL, aArgs, new SfxNotificationListener_Impl);
|
||||
}
|
||||
else
|
||||
xDisp->dispatch( aTargetURL, aArgs );
|
||||
|
Reference in New Issue
Block a user