summaryrefslogtreecommitdiff
path: root/sw/source/core/inc/unoport.hxx
diff options
context:
space:
mode:
authorBjoern Michaelsen <bjoern.michaelsen@canonical.com>2015-05-21 15:31:32 +0200
committerBjoern Michaelsen <bjoern.michaelsen@canonical.com>2015-05-26 00:51:10 +0200
commit96898cd49830333d752b9aa56fe91a8e21c9dca8 (patch)
tree351f559f6a1cf1fe251aa009418b7c556db231f6 /sw/source/core/inc/unoport.hxx
parent99614f6a9a738989cca82c8bbd4532fc2d35c1cc (diff)
new unocrsrs for SwXTextPortionEnumeration
Change-Id: I5c509d3e65a92824090930d10849b9b1b430971f
Diffstat (limited to 'sw/source/core/inc/unoport.hxx')
-rw-r--r--sw/source/core/inc/unoport.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/sw/source/core/inc/unoport.hxx b/sw/source/core/inc/unoport.hxx
index 4c35e0031d24..46a275a87165 100644
--- a/sw/source/core/inc/unoport.hxx
+++ b/sw/source/core/inc/unoport.hxx
@@ -251,6 +251,7 @@ class SwXTextPortionEnumeration
, public SwClient
{
TextRangeList_t m_Portions; // contains all portions, filled by ctor
+ std::shared_ptr<SwUnoCrsr> m_pUnoCrsr;
SwUnoCrsr* GetCursor() const
{return static_cast<SwUnoCrsr*>(const_cast<SwModify*>(GetRegisteredIn()));}
@@ -293,6 +294,7 @@ public:
protected:
//SwClient
virtual void Modify( const SfxPoolItem* pOld, const SfxPoolItem *pNew) SAL_OVERRIDE;
+ virtual void SwClientNotify(const SwModify&, const SfxHint&) SAL_OVERRIDE;
};
class SwXRedlinePortion : public SwXTextPortion