diff options
author | Noel <noelgrandin@gmail.com> | 2020-11-03 13:49:21 +0200 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2020-11-03 15:05:55 +0100 |
commit | 5496233b063ca8f182e6643523b051527383364e (patch) | |
tree | 97725fe089d42ae9534a961c9d9167f9500100d9 /sw | |
parent | 713d8ef5eacb872809d392037758718ccc0d02ff (diff) |
loplugin:unnecessaryvirtual
Change-Id: I71c49cb66177547ce6f5bd4ab702c7d9d358a426
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/105244
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sw')
-rw-r--r-- | sw/source/ui/dbui/createaddresslistdialog.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/ui/dbui/createaddresslistdialog.cxx b/sw/source/ui/dbui/createaddresslistdialog.cxx index 3ea6f5ba58ac..e910fc476a61 100644 --- a/sw/source/ui/dbui/createaddresslistdialog.cxx +++ b/sw/source/ui/dbui/createaddresslistdialog.cxx @@ -62,7 +62,7 @@ struct SwAddressFragment m_xEntry->set_grid_top_attach(nLine); } - virtual ~SwAddressFragment() + ~SwAddressFragment() { m_pGrid->move(m_xEntry.get(), nullptr); m_pGrid->move(m_xLabel.get(), nullptr); |