diff options
Diffstat (limited to 'include/svx/e3ditem.hxx')
-rw-r--r-- | include/svx/e3ditem.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svx/e3ditem.hxx b/include/svx/e3ditem.hxx index fdfc704edcbf..66565e27d264 100644 --- a/include/svx/e3ditem.hxx +++ b/include/svx/e3ditem.hxx @@ -33,7 +33,7 @@ class SAL_WARN_UNUSED SVX_DLLPUBLIC SvxB3DVectorItem : public SfxPoolItem public: SvxB3DVectorItem( sal_uInt16 nWhich, const basegfx::B3DVector& rVal ); SvxB3DVectorItem( const SvxB3DVectorItem& ); - virtual ~SvxB3DVectorItem(); + virtual ~SvxB3DVectorItem() override; virtual bool operator==( const SfxPoolItem& ) const override; virtual SfxPoolItem* Clone( SfxItemPool *pPool = nullptr ) const override; |