diff options
Diffstat (limited to 'include/svx/xexch.hxx')
-rw-r--r-- | include/svx/xexch.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/svx/xexch.hxx b/include/svx/xexch.hxx index ba6b16b632b4..10844c9be5fe 100644 --- a/include/svx/xexch.hxx +++ b/include/svx/xexch.hxx @@ -32,7 +32,7 @@ class SfxItemPool; class SvStream; -class SVX_DLLPUBLIC XFillExchangeData +class SVX_DLLPUBLIC XFillExchangeData final { private: XFillAttrSetItem* pXFillAttrSetItem; @@ -40,7 +40,7 @@ private: public: XFillExchangeData(const XFillAttrSetItem& rXFillAttrSetItem); - virtual ~XFillExchangeData(); + ~XFillExchangeData(); XFillExchangeData& operator=( const XFillExchangeData& rXFillExchangeData ); |