summaryrefslogtreecommitdiff
path: root/sw/inc/unotbl.hxx
diff options
context:
space:
mode:
authorBjoern Michaelsen <bjoern.michaelsen@canonical.com>2015-03-28 04:05:19 +0100
committerBjoern Michaelsen <bjoern.michaelsen@canonical.com>2015-03-28 22:14:20 +0100
commit1cef3995f626c9bc826f79756d0518f75ba12f14 (patch)
tree84de400559526131e4e092d4ed70be86c2d6127b /sw/inc/unotbl.hxx
parentf6bc8126de857c4cb52cb85a07eac0b93b30d19d (diff)
use Notify instead of SwIterator<>
Change-Id: Id9e0bcaf2e961e2d797e4c180aa782cb0e418bcf
Diffstat (limited to 'sw/inc/unotbl.hxx')
-rw-r--r--sw/inc/unotbl.hxx5
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);