diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-11-07 09:08:09 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-11-07 09:01:00 +0100 |
commit | 162f85283699692c5adf07e5b292979688bded93 (patch) | |
tree | b0aaebec113e69770b861d39b06ff64af4b278b0 /fpicker | |
parent | 1129c848b360bd76174c941bb8fd98bfa5b9119c (diff) |
loplugin:unusedmethods
Change-Id: I65354c7476dfaede1a607441d7c1b0c7ad038df4
Reviewed-on: https://gerrit.libreoffice.org/82186
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'fpicker')
-rw-r--r-- | fpicker/source/office/PlacesListBox.hxx | 4 | ||||
-rw-r--r-- | fpicker/source/office/iodlgimp.hxx | 5 |
2 files changed, 0 insertions, 9 deletions
diff --git a/fpicker/source/office/PlacesListBox.hxx b/fpicker/source/office/PlacesListBox.hxx index 70484cc495c4..58fae75fae40 100644 --- a/fpicker/source/office/PlacesListBox.hxx +++ b/fpicker/source/office/PlacesListBox.hxx @@ -55,10 +55,6 @@ public: void set_help_id(const OString& rHelpId) { mxImpl->set_help_id(rHelpId); } - const weld::Button& GetAddButton() const { return *mxAddBtn; } - const weld::Button& GetDeleteButton() const { return *mxDelBtn; } - weld::TreeView& GetPlacesListBox() { return *mxImpl; } - private: static OUString getEntryIcon(const PlacePtr& pPlace); diff --git a/fpicker/source/office/iodlgimp.hxx b/fpicker/source/office/iodlgimp.hxx index 122bde91dc76..e816f56ebd6b 100644 --- a/fpicker/source/office/iodlgimp.hxx +++ b/fpicker/source/office/iodlgimp.hxx @@ -191,11 +191,6 @@ public: m_xLbFilter->set_active_text(rFilterName); } - void SetNoFilterListSelection( ) - { - m_xLbFilter->set_active(-1); - } - void InsertFilterListEntry( const SvtFileDialogFilter_Impl* _pFilterDesc ); // _pFilterDesc must already have been added to _pFilter SvtFileDialogFilter_Impl* GetSelectedFilterEntry( OUString& rDisplayName ) const |