diff options
author | Bjoern Michaelsen <bjoern.michaelsen@canonical.com> | 2015-03-28 04:05:19 +0100 |
---|---|---|
committer | Bjoern Michaelsen <bjoern.michaelsen@canonical.com> | 2015-03-28 22:14:20 +0100 |
commit | 1cef3995f626c9bc826f79756d0518f75ba12f14 (patch) | |
tree | 84de400559526131e4e092d4ed70be86c2d6127b /sw/inc/unotbl.hxx | |
parent | f6bc8126de857c4cb52cb85a07eac0b93b30d19d (diff) |
use Notify instead of SwIterator<>
Change-Id: Id9e0bcaf2e961e2d797e4c180aa782cb0e418bcf
Diffstat (limited to 'sw/inc/unotbl.hxx')
-rw-r--r-- | sw/inc/unotbl.hxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sw/inc/unotbl.hxx b/sw/inc/unotbl.hxx index a3526770dc96..5cc66b41252c 100644 --- a/sw/inc/unotbl.hxx +++ b/sw/inc/unotbl.hxx @@ -64,7 +64,7 @@ cppu::WeakImplHelper4 ::com::sun::star::container::XEnumerationAccess > SwXCellBaseClass; -class SwXCell : public SwXCellBaseClass, +class SwXCell SAL_FINAL : public SwXCellBaseClass, public SwXText, public SwClient { @@ -94,7 +94,8 @@ protected: virtual ~SwXCell(); //SwClient - virtual void Modify( const SfxPoolItem* pOld, const SfxPoolItem *pNew) SAL_OVERRIDE; + virtual void Modify( const SfxPoolItem* pOld, const SfxPoolItem *pNew) SAL_OVERRIDE; + virtual void SwClientNotify(const SwModify&, const SfxHint&) SAL_OVERRIDE; public: SwXCell(SwFrmFmt* pTblFmt, SwTableBox* pBox, size_t nPos = NOTFOUND); |