From bb234655bfdd60c64a0511918f835c3cfbde789a Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Sun, 14 Oct 2018 12:26:08 +0200 Subject: loplugin:unusedmethods Change-Id: I0226d33cbe224519cf2ed9ea5143ffe68fdbc884 Reviewed-on: https://gerrit.libreoffice.org/61775 Tested-by: Jenkins Reviewed-by: Noel Grandin --- include/svx/langbox.hxx | 1 - include/svx/svdundo.hxx | 1 - 2 files changed, 2 deletions(-) (limited to 'include') diff --git a/include/svx/langbox.hxx b/include/svx/langbox.hxx index 74ecd76673d9..23893feaaeab 100644 --- a/include/svx/langbox.hxx +++ b/include/svx/langbox.hxx @@ -162,7 +162,6 @@ public: void SetLanguageList( SvxLanguageListFlags nLangList, bool bHasLangNone, bool bLangNoneIsLangAll = false, bool bCheckSpellAvail = false ); - void AddLanguages( const std::vector< LanguageType >& rLanguageTypes, SvxLanguageListFlags nLangList ); void InsertLanguage(const LanguageType nLangType); EditedAndValid GetEditedAndValid() const { return m_eEditedAndValid;} diff --git a/include/svx/svdundo.hxx b/include/svx/svdundo.hxx index 3efb4e75ab90..0b1d6ffee904 100644 --- a/include/svx/svdundo.hxx +++ b/include/svx/svdundo.hxx @@ -97,7 +97,6 @@ public: SdrUndoGroup(SdrModel& rNewMod); virtual ~SdrUndoGroup() override; - void Clear(); sal_Int32 GetActionCount() const { return maActions.size(); } SdrUndoAction* GetAction(sal_Int32 nNum) const { return maActions[nNum].get(); } void AddAction(std::unique_ptr pAct); -- cgit