diff options
Diffstat (limited to 'include/sfx2/listview.hxx')
-rw-r--r-- | include/sfx2/listview.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/sfx2/listview.hxx b/include/sfx2/listview.hxx index 5b253754dd45..4343d2519afd 100644 --- a/include/sfx2/listview.hxx +++ b/include/sfx2/listview.hxx @@ -55,8 +55,6 @@ public: void grab_focus() { mxTreeView->grab_focus(); } - void remove(const OUString& rId); - void rename(const OUString& rId, const OUString& rTitle); void refreshDefaultColumn(); |