summaryrefslogtreecommitdiff
path: root/cui/source/factory
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2018-09-18 14:43:20 +0100
committerCaolán McNamara <caolanm@redhat.com>2018-09-19 16:52:53 +0200
commit82289b3a122378133ca6ccf2e8b20c76d5219a8a (patch)
treebabf91d4f25e2f8fabcc81de446a4b7629424694 /cui/source/factory
parentd6cee8ad86ded54004f0dc87b390e43b20560390 (diff)
drop newly unused code
Change-Id: Ie907cfb4bed26cade09cf1c365a5e4cbc9aea31b Reviewed-on: https://gerrit.libreoffice.org/60712 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'cui/source/factory')
-rw-r--r--cui/source/factory/dlgfact.cxx6
-rw-r--r--cui/source/factory/dlgfact.hxx6
2 files changed, 0 insertions, 12 deletions
diff --git a/cui/source/factory/dlgfact.cxx b/cui/source/factory/dlgfact.cxx
index c6cc366e97a1..fe4363606089 100644
--- a/cui/source/factory/dlgfact.cxx
+++ b/cui/source/factory/dlgfact.cxx
@@ -188,7 +188,6 @@ short AbstractSvxPathSelectDialog_Impl::Execute()
IMPL_ABSTDLG_BASE(AbstractSvxHpLinkDlg_Impl);
IMPL_ABSTDLG_BASE(AbstractFmSearchDialog_Impl);
-IMPL_ABSTDLG_BASE(AbstractGraphicFilterDialog_Impl);
short AbstractGraphicFilterDialogController_Impl::Execute()
{
@@ -814,11 +813,6 @@ void AbstractFmSearchDialog_Impl::SetActiveField(const OUString& strField)
pDlg->SetActiveField(strField);
}
-Graphic AbstractGraphicFilterDialog_Impl::GetFilteredGraphic( const Graphic& rGraphic, double fScaleX, double fScaleY )
-{
- return pDlg->GetFilteredGraphic( rGraphic, fScaleX, fScaleY );
-}
-
Graphic AbstractGraphicFilterDialogController_Impl::GetFilteredGraphic(const Graphic& rGraphic, double fScaleX, double fScaleY)
{
return m_xDlg->GetFilteredGraphic(rGraphic, fScaleX, fScaleY);
diff --git a/cui/source/factory/dlgfact.hxx b/cui/source/factory/dlgfact.hxx
index 59b9dd574de8..615f56e52cb1 100644
--- a/cui/source/factory/dlgfact.hxx
+++ b/cui/source/factory/dlgfact.hxx
@@ -470,12 +470,6 @@ class AbstractFmSearchDialog_Impl :public AbstractFmSearchDialog
virtual void SetActiveField(const OUString& strField) override;
};
-class AbstractGraphicFilterDialog_Impl :public AbstractGraphicFilterDialog
-{
- DECL_ABSTDLG_BASE(AbstractGraphicFilterDialog_Impl,GraphicFilterDialog)
- virtual Graphic GetFilteredGraphic( const Graphic& rGraphic, double fScaleX, double fScaleY ) override;
-};
-
class AbstractGraphicFilterDialogController_Impl : public AbstractGraphicFilterDialog
{
protected: