diff options
Diffstat (limited to 'sw/inc/unotbl.hxx')
-rw-r--r-- | sw/inc/unotbl.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/inc/unotbl.hxx b/sw/inc/unotbl.hxx index 75793b5e536f..68ac78adc58e 100644 --- a/sw/inc/unotbl.hxx +++ b/sw/inc/unotbl.hxx @@ -61,7 +61,7 @@ cppu::WeakImplHelper ::com::sun::star::container::XEnumerationAccess > SwXCellBaseClass; -class SwXCell SAL_FINAL : public SwXCellBaseClass, +class SwXCell final : public SwXCellBaseClass, public SwXText, public SwClient { @@ -158,7 +158,7 @@ public: css::uno::Any GetAny() const; }; -class SwXTextTableRow SAL_FINAL : public cppu::WeakImplHelper +class SwXTextTableRow final : public cppu::WeakImplHelper < ::com::sun::star::beans::XPropertySet, ::com::sun::star::lang::XServiceInfo @@ -548,7 +548,7 @@ public: const SwUnoCrsr* GetTableCrsr() const; }; -class SwXTableRows SAL_FINAL : public cppu::WeakImplHelper +class SwXTableRows final : public cppu::WeakImplHelper < ::com::sun::star::table::XTableRows, ::com::sun::star::lang::XServiceInfo |