summaryrefslogtreecommitdiff
path: root/sc/inc/docpool.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/inc/docpool.hxx')
-rw-r--r--sc/inc/docpool.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/docpool.hxx b/sc/inc/docpool.hxx
index deaaa6bd4ba3..d3381ab8fdf7 100644
--- a/sc/inc/docpool.hxx
+++ b/sc/inc/docpool.hxx
@@ -46,7 +46,7 @@ class SC_DLLPUBLIC ScDocumentPool: public SfxItemPool
public:
ScDocumentPool();
protected:
- virtual ~ScDocumentPool();
+ virtual ~ScDocumentPool() override;
public:
virtual SfxItemPool* Clone() const override;