diff options
author | Noel Grandin <noel@peralex.com> | 2016-03-01 14:52:24 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2016-03-02 07:57:36 +0200 |
commit | bd5ceabb533a3af7e4140e195de885bf23f650bf (patch) | |
tree | 5178589f4616f7d5da32e88eb09f3a73279f63ff /sfx2/source/doc/sfxbasemodel.cxx | |
parent | 0d34f4ac9b17348d7956285c6cefb28bea2537b6 (diff) |
loplugin:unuseddefaultparam in sfx2
Change-Id: I37afde801a6468c79259fe51acbdea0614c2c8c5
Diffstat (limited to 'sfx2/source/doc/sfxbasemodel.cxx')
-rw-r--r-- | sfx2/source/doc/sfxbasemodel.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/source/doc/sfxbasemodel.cxx b/sfx2/source/doc/sfxbasemodel.cxx index e510588ab1b5..e4d949dc7aea 100644 --- a/sfx2/source/doc/sfxbasemodel.cxx +++ b/sfx2/source/doc/sfxbasemodel.cxx @@ -2350,7 +2350,7 @@ sal_Bool SAL_CALL SfxBaseModel::getAllowMacroExecution() throw (RuntimeException SfxModelGuard aGuard( *this ); if ( m_pData->m_pObjectShell ) - return m_pData->m_pObjectShell->AdjustMacroMode( OUString() ); + return m_pData->m_pObjectShell->AdjustMacroMode(); return sal_False; } |