summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2018-10-14 12:26:08 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2018-10-15 12:53:17 +0200
commitbb234655bfdd60c64a0511918f835c3cfbde789a (patch)
tree97466bbfcf32cfc6117efe8118df71858894dfda /include
parent7f5fd9d9ebffa692ba670f01f8f833657bb7745f (diff)
loplugin:unusedmethods
Change-Id: I0226d33cbe224519cf2ed9ea5143ffe68fdbc884 Reviewed-on: https://gerrit.libreoffice.org/61775 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include')
-rw-r--r--include/svx/langbox.hxx1
-rw-r--r--include/svx/svdundo.hxx1
2 files changed, 0 insertions, 2 deletions
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<SdrUndoAction> pAct);