From e2c7a6bd572644b928704f6cb3696b568ac0aba1 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Wed, 19 Apr 2023 13:17:17 +0200 Subject: loplugin::unusedmethods Change-Id: I6a07860edb13588b83345babeb53675aedc43f7a Reviewed-on: https://gerrit.libreoffice.org/c/core/+/150607 Tested-by: Jenkins Reviewed-by: Noel Grandin --- sfx2/inc/guisaveas.hxx | 2 -- 1 file changed, 2 deletions(-) (limited to 'sfx2') diff --git a/sfx2/inc/guisaveas.hxx b/sfx2/inc/guisaveas.hxx index 7e848a579313..a1f85bbc2248 100644 --- a/sfx2/inc/guisaveas.hxx +++ b/sfx2/inc/guisaveas.hxx @@ -68,8 +68,6 @@ private: bool m_bSetStandardName; sal_Int16 m_nStoreMode; - DECL_LINK(FilterDialogClosedHdl, css::ui::dialogs::DialogClosedEvent*, void); - static bool FinishGUIStoreModel(::comphelper::SequenceAsHashMap::const_iterator& aFileNameIter, ModelData_Impl& aModelData, bool bRemote, sal_Int16 nStoreMode, css::uno::Sequence< css::beans::PropertyValue >& aFilterProps, -- cgit