summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--compilerplugins/clang/unnecessaryvirtual.results2
-rw-r--r--sw/source/ui/dbui/mmaddressblockpage.hxx2
2 files changed, 1 insertions, 3 deletions
diff --git a/compilerplugins/clang/unnecessaryvirtual.results b/compilerplugins/clang/unnecessaryvirtual.results
index c2ba2ddd41eb..568273d4d5b5 100644
--- a/compilerplugins/clang/unnecessaryvirtual.results
+++ b/compilerplugins/clang/unnecessaryvirtual.results
@@ -220,8 +220,6 @@ sw/inc/flypos.hxx:37
void SwPosFlyFrame::~SwPosFlyFrame()
sw/source/core/inc/dflyobj.hxx:55
void SwFlyDrawObj::SetTextBox(_Bool,)
-sw/source/ui/dbui/mmaddressblockpage.hxx:239
- class weld::TreeView * SwCustomizeAddressBlockDialog::get_drag_source()const
vcl/inc/salframe.hxx:145
void SalFrame::SetRepresentedURL(const class rtl::OUString &,)
vcl/inc/salframe.hxx:191
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);