summaryrefslogtreecommitdiff
path: root/sw/source/core/unocore/unocoll.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/core/unocore/unocoll.cxx')
-rw-r--r--sw/source/core/unocore/unocoll.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/unocore/unocoll.cxx b/sw/source/core/unocore/unocoll.cxx
index bc81e788bc32..3e7760ebc1dd 100644
--- a/sw/source/core/unocore/unocoll.cxx
+++ b/sw/source/core/unocore/unocoll.cxx
@@ -1061,7 +1061,7 @@ namespace
typedef std::list< Any > frmcontainer_t;
frmcontainer_t m_aFrames;
protected:
- virtual ~SwXFrameEnumeration() {};
+ virtual ~SwXFrameEnumeration() override {};
public:
SwXFrameEnumeration(const SwDoc* const pDoc);