diff options
author | Noel Grandin <noel@peralex.com> | 2016-03-08 16:21:26 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2016-03-09 10:07:46 +0200 |
commit | 435d6d50c3cdb6711942ee40dc2fae1865361845 (patch) | |
tree | ae76659dca1dfb867c99ae7ca66add9cf3c8ac2d /scripting/source | |
parent | 96a2aa94b2a68e12ab74cb6d8f4a16f6c63e4ccf (diff) |
loplugin:constantparam in sfx2
Change-Id: I50a2d8221f907f0e844e558f3dbdd0346c010201
Diffstat (limited to 'scripting/source')
-rw-r--r-- | scripting/source/protocolhandler/scripthandler.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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<VclAbstractDialog> pDlg( - pFact->CreateScriptErrorDialog( nullptr, aException )); + pFact->CreateScriptErrorDialog( aException )); if ( pDlg ) pDlg->Execute(); |