summaryrefslogtreecommitdiff
path: root/include/svl/inethist.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svl/inethist.hxx')
-rw-r--r--include/svl/inethist.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/svl/inethist.hxx b/include/svl/inethist.hxx
index 2a03d3b90d91..e983d1d6e05c 100644
--- a/include/svl/inethist.hxx
+++ b/include/svl/inethist.hxx
@@ -41,7 +41,7 @@ class SVL_DLLPUBLIC INetURLHistory : public SfxBroadcaster
/** Construction/Destruction.
*/
SAL_DLLPRIVATE INetURLHistory();
- SAL_DLLPRIVATE virtual ~INetURLHistory();
+ SAL_DLLPRIVATE virtual ~INetURLHistory() override;
/** Implementation.
*/
@@ -105,7 +105,7 @@ class SVL_DLLPUBLIC INetURLHistoryHint: public SfxHint
const INetURLObject* pObj;
public:
explicit INetURLHistoryHint( const INetURLObject* Object ) : pObj(Object) {}
- virtual ~INetURLHistoryHint() {}
+ virtual ~INetURLHistoryHint() override {}
const INetURLObject* GetObject() const { return pObj; }
};