summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2019-11-29 12:10:32 +0000
committerCaolán McNamara <caolanm@redhat.com>2019-11-29 18:10:48 +0100
commitb24fc665c83f734b29e3aeb69150fb1a2fa46331 (patch)
tree26242934cb963750cf8d9c7c3724fac9b002dbb3 /sw
parente9e4eb0736d5582fa37dcad20bf5826c50029249 (diff)
unnecessary virtual
Change-Id: I918a8c51e55919555108c075d396b04b4dcafbd1 Reviewed-on: https://gerrit.libreoffice.org/84061 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sw')
-rw-r--r--sw/source/ui/dbui/mmaddressblockpage.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/ui/dbui/mmaddressblockpage.hxx b/sw/source/ui/dbui/mmaddressblockpage.hxx
index 2fc3f7e54e1f..6d173043f171 100644
--- a/sw/source/ui/dbui/mmaddressblockpage.hxx
+++ b/sw/source/ui/dbui/mmaddressblockpage.hxx
@@ -236,7 +236,7 @@ public:
void UpdateFields();
// for dragging from the TreeViews, return the active source
- virtual weld::TreeView* get_drag_source() const { return m_xAddressElementsLB->get_drag_source(); }
+ weld::TreeView* get_drag_source() const { return m_xAddressElementsLB->get_drag_source(); }
bool HasItem(sal_Int32 nUserData);
void SetAddress(const OUString& rAddress);