summaryrefslogtreecommitdiff
path: root/fpicker/source/office/fileview.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2019-11-06 20:18:33 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2019-11-06 20:03:32 +0100
commitd81f90dda7100f48995a432b999c1ba76a51846a (patch)
treead977dfb775724995bc1b7f8920a080a2958b18f /fpicker/source/office/fileview.cxx
parentc13ea2bd388ac41784db09fc5fcb51ac81900d20 (diff)
loplugin:unnecessaryvirtual
Change-Id: Ibffbd0f5d30ec14cace3638b2bb47c91a583711c Reviewed-on: https://gerrit.libreoffice.org/82171 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'fpicker/source/office/fileview.cxx')
-rw-r--r--fpicker/source/office/fileview.cxx5
1 files changed, 0 insertions, 5 deletions
diff --git a/fpicker/source/office/fileview.cxx b/fpicker/source/office/fileview.cxx
index 671e75a6e2d1..ce6564402a46 100644
--- a/fpicker/source/office/fileview.cxx
+++ b/fpicker/source/office/fileview.cxx
@@ -136,7 +136,6 @@ private:
public:
ViewTabListBox_Impl(std::unique_ptr<weld::TreeView> xTreeView, weld::Window* pTopLevel, SvtFileView_Impl* pParent, FileViewFlags nFlags);
- virtual ~ViewTabListBox_Impl();
std::unique_ptr<weld::TreeIter> make_iterator() const { return mxTreeView->make_iterator(); }
void insert(const OUString &rEntry, const OUString& rId, const OUString& rImage, weld::TreeIter& rIter)
@@ -446,10 +445,6 @@ IMPL_LINK_NOARG(ViewTabListBox_Impl, EditingEntryHdl, const weld::TreeIter&, boo
return mbEditing;
}
-ViewTabListBox_Impl::~ViewTabListBox_Impl()
-{
-}
-
IMPL_LINK_NOARG(ViewTabListBox_Impl, ResetQuickSearch_Impl, Timer *, void)
{
::osl::MutexGuard aGuard( maMutex );