summaryrefslogtreecommitdiff
path: root/sw/source/core/unocore/unodraw.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/core/unocore/unodraw.cxx')
-rw-r--r--sw/source/core/unocore/unodraw.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/unocore/unodraw.cxx b/sw/source/core/unocore/unodraw.cxx
index 958c321c3d2c..e89ed1433831 100644
--- a/sw/source/core/unocore/unodraw.cxx
+++ b/sw/source/core/unocore/unodraw.cxx
@@ -376,7 +376,7 @@ namespace
typedef std::list< css::uno::Any > shapescontainer_t;
shapescontainer_t m_aShapes;
protected:
- virtual ~SwXShapesEnumeration() {};
+ virtual ~SwXShapesEnumeration() override {};
public:
explicit SwXShapesEnumeration(SwXDrawPage* const pDrawPage);