summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2022-06-10 16:26:30 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2022-06-10 21:14:02 +0200
commit3b5c92677708ab0135d63e1496b91054383c45b4 (patch)
tree3fc8f99dd3c22445fd7647a6782200155622dd90
parent230e46106578a2abf8211b51c071c037fc6e5ad2 (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>
-rw-r--r--desktop/source/deployment/gui/dp_gui_dialog2.hxx2
-rw-r--r--sw/inc/formatcontentcontrol.hxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/desktop/source/deployment/gui/dp_gui_dialog2.hxx b/desktop/source/deployment/gui/dp_gui_dialog2.hxx
index a11ff494e35a..9be38f1d7571 100644
--- a/desktop/source/deployment/gui/dp_gui_dialog2.hxx
+++ b/desktop/source/deployment/gui/dp_gui_dialog2.hxx
@@ -162,7 +162,7 @@ public:
TheExtensionManager* getExtensionManager() const { return m_pManager; }
- virtual void updateList();
+ void updateList();
virtual void prepareChecking() override;
virtual void checkEntries() override;
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)
{