From 435d6d50c3cdb6711942ee40dc2fae1865361845 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Tue, 8 Mar 2016 16:21:26 +0200 Subject: loplugin:constantparam in sfx2 Change-Id: I50a2d8221f907f0e844e558f3dbdd0346c010201 --- scripting/source/protocolhandler/scripthandler.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripting') diff --git a/scripting/source/protocolhandler/scripthandler.cxx b/scripting/source/protocolhandler/scripthandler.cxx index 1c5d8558d485..85573b51a5c3 100644 --- a/scripting/source/protocolhandler/scripthandler.cxx +++ b/scripting/source/protocolhandler/scripthandler.cxx @@ -274,7 +274,7 @@ void SAL_CALL ScriptProtocolHandler::dispatchWithNotification( if ( pFact != nullptr ) { std::unique_ptr pDlg( - pFact->CreateScriptErrorDialog( nullptr, aException )); + pFact->CreateScriptErrorDialog( aException )); if ( pDlg ) pDlg->Execute(); -- cgit v1.2.3