summaryrefslogtreecommitdiff
path: root/fpicker/source/office/PlacesListBox.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'fpicker/source/office/PlacesListBox.hxx')
-rw-r--r--fpicker/source/office/PlacesListBox.hxx4
1 files changed, 0 insertions, 4 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);