summaryrefslogtreecommitdiff
path: root/comphelper/source/container/IndexedPropertyValuesContainer.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'comphelper/source/container/IndexedPropertyValuesContainer.cxx')
-rw-r--r--comphelper/source/container/IndexedPropertyValuesContainer.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/comphelper/source/container/IndexedPropertyValuesContainer.cxx b/comphelper/source/container/IndexedPropertyValuesContainer.cxx
index 824756e7ec36..d0ee59d5c25a 100644
--- a/comphelper/source/container/IndexedPropertyValuesContainer.cxx
+++ b/comphelper/source/container/IndexedPropertyValuesContainer.cxx
@@ -35,7 +35,7 @@ class IndexedPropertyValuesContainer : public cppu::WeakImplHelper< container::X
{
public:
IndexedPropertyValuesContainer() throw();
- virtual ~IndexedPropertyValuesContainer() throw();
+ virtual ~IndexedPropertyValuesContainer() throw() override;
// XIndexContainer
virtual void SAL_CALL insertByIndex( sal_Int32 nIndex, const css::uno::Any& aElement )