diff options
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 |