desktop/source/deployment/gui/dp_gui_dialog2.hxx |    2 +-
 sw/inc/formatcontentcontrol.hxx                  |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 3b5c92677708ab0135d63e1496b91054383c45b4
Author:     Noel Grandin <noel.gran...@collabora.co.uk>
AuthorDate: Fri Jun 10 16:26:30 2022 +0200
Commit:     Noel Grandin <noel.gran...@collabora.co.uk>
CommitDate: Fri Jun 10 21:14:02 2022 +0200

    loplugin:unnecessaryvirtual
    
    Change-Id: Ica246a12d93f5417ad857b9484575d03c66f761a
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/135601
    Tested-by: Jenkins
    Reviewed-by: Noel Grandin <noel.gran...@collabora.co.uk>

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)
     {

Reply via email to