loplugin:countusersofdefaultparams in oox..sd

Change-Id: I4504939a3957606979c6ac36af6611e1fe072d01
Reviewed-on: https://gerrit.libreoffice.org/27902
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
This commit is contained in:
Noel Grandin
2016-08-05 11:59:19 +02:00
committed by Noel Grandin
parent 99cb0d3e68
commit f12476f0f6
26 changed files with 54 additions and 54 deletions

View File

@@ -620,7 +620,7 @@ protected:
private:
void setShellFromModel();
void firing_Impl( const ScriptEvent& evt, Any *pSyncRet=nullptr ) throw( RuntimeException, std::exception );
void firing_Impl( const ScriptEvent& evt, Any *pSyncRet ) throw( RuntimeException, std::exception );
Reference< frame::XModel > m_xModel;
bool m_bDocClosed;
@@ -672,7 +672,7 @@ EventListener::disposing(const lang::EventObject&) throw( RuntimeException, std
void SAL_CALL
EventListener::firing(const ScriptEvent& evt) throw(RuntimeException, std::exception)
{
firing_Impl( evt );
firing_Impl( evt, nullptr );
}
Any SAL_CALL