diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-05-25 15:56:15 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-05-28 08:44:58 +0200 |
commit | a7acea766c7812614b95257e934648cdf737ca3f (patch) | |
tree | 334c852f8d0ca9121f650c9372d0fa38dec871ce /sfx2/source/doc/docfile.cxx | |
parent | 18c85f770bca04f71b03c4ca06da1a0488842512 (diff) |
loplugin:unusedmethods
Change-Id: I64df1f467986b3d70c058adff289a6dd8f00fb20
Reviewed-on: https://gerrit.libreoffice.org/54821
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sfx2/source/doc/docfile.cxx')
-rw-r--r-- | sfx2/source/doc/docfile.cxx | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/sfx2/source/doc/docfile.cxx b/sfx2/source/doc/docfile.cxx index 72a6c131fc41..57536a51ddc1 100644 --- a/sfx2/source/doc/docfile.cxx +++ b/sfx2/source/doc/docfile.cxx @@ -533,12 +533,6 @@ bool SfxMedium::IsSkipImages() return pSkipImagesItem && pSkipImagesItem->GetValue() == "SkipImages"; } -OUString SfxMedium::GetConvertImagesFilter() -{ - const SfxStringItem* pConvertItem = GetItemSet()->GetItem<SfxStringItem>(SID_CONVERT_IMAGES); - return ( pConvertItem ? pConvertItem->GetValue() : OUString() ); -} - SvStream* SfxMedium::GetInStream() { if ( pImpl->m_pInStream ) |