diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-10-09 11:12:52 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-10-09 14:16:36 +0200 |
commit | 664db0d945fbb23e115eeea8377e3a4e88541da1 (patch) | |
tree | 7105b54a8a7b5d2eca45fee1b3ff7f326e99e81a /include | |
parent | c11ee0f7b0e4e7bf4d1e2e5bb4309f24b917ce79 (diff) |
loplugin:unusedmethods
Change-Id: Icd7a0f9909f36363b307b4fe7ee920183881afbb
Reviewed-on: https://gerrit.libreoffice.org/61576
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include')
-rw-r--r-- | include/sfx2/basedlgs.hxx | 1 | ||||
-rw-r--r-- | include/sfx2/tabdlg.hxx | 2 | ||||
-rw-r--r-- | include/svx/numfmtsh.hxx | 1 |
3 files changed, 0 insertions, 4 deletions
diff --git a/include/sfx2/basedlgs.hxx b/include/sfx2/basedlgs.hxx index bb861366f9d7..d2ba78be8c37 100644 --- a/include/sfx2/basedlgs.hxx +++ b/include/sfx2/basedlgs.hxx @@ -215,7 +215,6 @@ public: virtual ~SfxSingleTabDialogController() override; void SetTabPage(SfxTabPage* pTabPage); - SfxTabPage* GetTabPage() const { return m_xSfxPage; } weld::Button& GetOKButton() const { return *m_xOKBtn; } const SfxItemSet* GetOutputItemSet() const { return m_xOutputSet.get(); } diff --git a/include/sfx2/tabdlg.hxx b/include/sfx2/tabdlg.hxx index 4f18f9b91497..3c5b26ef7144 100644 --- a/include/sfx2/tabdlg.hxx +++ b/include/sfx2/tabdlg.hxx @@ -208,8 +208,6 @@ public: const CancelButton& GetCancelButton() const { return *m_pCancelBtn; } CancelButton& GetCancelButton() { return *m_pCancelBtn; } - const PushButton* GetUserButton() const { return m_pUserBtn; } - PushButton* GetUserButton() { return m_pUserBtn; } void RemoveResetButton(); void RemoveStandardButton(); diff --git a/include/svx/numfmtsh.hxx b/include/svx/numfmtsh.hxx index 81b409b1065a..8f1b0262f1cd 100644 --- a/include/svx/numfmtsh.hxx +++ b/include/svx/numfmtsh.hxx @@ -166,7 +166,6 @@ public: sal_uInt16 FindCurrencyFormat(const NfCurrencyEntry* pTmpCurrencyEntry,bool bTmpBanking); void SetCurCurrencyEntry(NfCurrencyEntry*); short GetListPos4Entry(sal_uInt32 nIdx); - short GetListPos4Entry( const OUString& rFmtString ); void GetCurrencySymbols(std::vector<OUString>& rList, sal_uInt16* pPos ); |