summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)
{