diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2022-06-10 16:26:30 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2022-06-10 21:14:02 +0200 |
commit | 3b5c92677708ab0135d63e1496b91054383c45b4 (patch) | |
tree | 3fc8f99dd3c22445fd7647a6782200155622dd90 /sw/inc | |
parent | 230e46106578a2abf8211b51c071c037fc6e5ad2 (diff) |
loplugin:unnecessaryvirtual
Change-Id: Ica246a12d93f5417ad857b9484575d03c66f761a
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/135601
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sw/inc')
-rw-r--r-- | sw/inc/formatcontentcontrol.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/formatcontentcontrol.hxx b/sw/inc/formatcontentcontrol.hxx index 91b5ba011100..17ff97cd1fa6 100644 --- a/sw/inc/formatcontentcontrol.hxx +++ b/sw/inc/formatcontentcontrol.hxx @@ -266,7 +266,7 @@ public: std::optional<double> GetSelectedDate() const { return m_oSelectedDate; } - virtual void dumpAsXml(xmlTextWriterPtr pWriter) const; + void dumpAsXml(xmlTextWriterPtr pWriter) const; void SetDataBindingPrefixMappings(const OUString& rDataBindingPrefixMappings) { |