summaryrefslogtreecommitdiff
path: root/svx/source/unodraw/UnoNameItemTable.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/unodraw/UnoNameItemTable.hxx')
-rw-r--r--svx/source/unodraw/UnoNameItemTable.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/unodraw/UnoNameItemTable.hxx b/svx/source/unodraw/UnoNameItemTable.hxx
index 6bf5ba162f0b..8cd21000a3c0 100644
--- a/svx/source/unodraw/UnoNameItemTable.hxx
+++ b/svx/source/unodraw/UnoNameItemTable.hxx
@@ -52,7 +52,7 @@ private:
public:
SvxUnoNameItemTable( SdrModel* pModel, sal_uInt16 nWhich, sal_uInt8 nMemberId ) throw();
- virtual ~SvxUnoNameItemTable() throw();
+ virtual ~SvxUnoNameItemTable() throw() override;
virtual NameOrIndex* createItem() const throw() = 0;
virtual bool isValid( const NameOrIndex* pItem ) const;