From b24fc665c83f734b29e3aeb69150fb1a2fa46331 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Fri, 29 Nov 2019 12:10:32 +0000 Subject: unnecessary virtual MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I918a8c51e55919555108c075d396b04b4dcafbd1 Reviewed-on: https://gerrit.libreoffice.org/84061 Tested-by: Jenkins Reviewed-by: Caolán McNamara Tested-by: Caolán McNamara --- sw/source/ui/dbui/mmaddressblockpage.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sw') 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); -- cgit