summaryrefslogtreecommitdiff
path: root/sw/source/core/unocore/unoidx.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/core/unocore/unoidx.cxx')
-rw-r--r--sw/source/core/unocore/unoidx.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/core/unocore/unoidx.cxx b/sw/source/core/unocore/unoidx.cxx
index 7cdc0b4d45d0..d0462aeb4265 100644
--- a/sw/source/core/unocore/unoidx.cxx
+++ b/sw/source/core/unocore/unoidx.cxx
@@ -193,7 +193,7 @@ private:
/// can be destroyed threadsafely, so no UnoImplPtr here
::rtl::Reference<SwXDocumentIndex> m_xParent;
- virtual ~StyleAccess_Impl();
+ virtual ~StyleAccess_Impl() override;
public:
explicit StyleAccess_Impl(SwXDocumentIndex& rParentIdx);
@@ -238,7 +238,7 @@ private:
/// can be destroyed threadsafely, so no UnoImplPtr here
::rtl::Reference<SwXDocumentIndex> m_xParent;
- virtual ~TokenAccess_Impl();
+ virtual ~TokenAccess_Impl() override;
public: