diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-11-30 09:43:40 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-11-30 12:57:58 +0100 |
commit | 437adaac0af448ef1ffe48a7f59f1770d2dd2458 (patch) | |
tree | ddcba2e2780583eaf37b87e57417649d92f7670b /sfx2 | |
parent | 4b850b204fbbe13e3ed11434f262dfabe528241a (diff) |
loplugin:unusedmethods
Change-Id: Id0d68d659fa06a8230ed0d927b85b6b504525d1e
Reviewed-on: https://gerrit.libreoffice.org/64328
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/source/doc/objmisc.cxx | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/sfx2/source/doc/objmisc.cxx b/sfx2/source/doc/objmisc.cxx index 62027f98cec8..a199f99cb4d9 100644 --- a/sfx2/source/doc/objmisc.cxx +++ b/sfx2/source/doc/objmisc.cxx @@ -1419,13 +1419,6 @@ ErrCode SfxObjectShell::CallXScript( const OUString& rScriptURL, return CallXScript( GetModel(), rScriptURL, aParams, aRet, aOutParamIndex, aOutParam, bRaiseError, pCaller ); } -SfxObjectShellFlags SfxObjectShell::GetFlags() const -{ - if( pImpl->eFlags == SfxObjectShellFlags::UNDEFINED ) - pImpl->eFlags = GetFactory().GetFlags(); - return pImpl->eFlags; -} - void SfxHeaderAttributes_Impl::SetAttributes() { bAlert = true; |