diff options
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/source/bastyp/fltlst.hxx | 4 | ||||
-rw-r--r-- | sfx2/source/inc/workwin.hxx | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sfx2/source/bastyp/fltlst.hxx b/sfx2/source/bastyp/fltlst.hxx index 8bb2affd6eae..656637ddaf7e 100644 --- a/sfx2/source/bastyp/fltlst.hxx +++ b/sfx2/source/bastyp/fltlst.hxx @@ -29,7 +29,7 @@ #include <com/sun/star/lang/EventObject.hpp> #include <com/sun/star/uno/RuntimeException.hpp> -class SfxFilterListener +class SfxFilterListener final { private: css::uno::Reference< css::util::XRefreshable > m_xFilterCache; @@ -37,7 +37,7 @@ class SfxFilterListener public: SfxFilterListener(); - virtual ~SfxFilterListener(); + ~SfxFilterListener(); public: // XRefreshListener diff --git a/sfx2/source/inc/workwin.hxx b/sfx2/source/inc/workwin.hxx index d0fe42d5c8c4..e190516d0505 100644 --- a/sfx2/source/inc/workwin.hxx +++ b/sfx2/source/inc/workwin.hxx @@ -187,7 +187,7 @@ class LayoutManagerListener : public ::cppu::WeakImplHelper< OUString m_aLayoutManagerPropName; }; -class SfxWorkWindow +class SfxWorkWindow final { friend class LayoutManagerListener; @@ -238,7 +238,7 @@ protected: public: SfxWorkWindow( vcl::Window* pWin, SfxFrame* pFrm, SfxFrame* pMaster ); - virtual ~SfxWorkWindow(); + ~SfxWorkWindow(); SfxBindings& GetBindings() { return *pBindings; } vcl::Window* GetWindow() const |