diff options
author | Bjoern Michaelsen <bjoern.michaelsen@libreoffice.org> | 2019-09-25 11:35:10 +0200 |
---|---|---|
committer | Björn Michaelsen <bjoern.michaelsen@libreoffice.org> | 2019-09-26 12:47:29 +0200 |
commit | e412401edcf0a979f9f19c051990c0fb08987048 (patch) | |
tree | 81da213604cd84c6a961e23b548e6523e771fd94 /sw/inc/ndtxt.hxx | |
parent | 7258c47364a8a9b7cd108cc076243c96f1c1c0f2 (diff) |
source/core/access: no more SwClient
- also, move BroadcastingModify up from TextNode to ContentNode
Change-Id: I4e6e8767aaecb9cce20d5ec3da789532686dfe2a
Reviewed-on: https://gerrit.libreoffice.org/79525
Tested-by: Jenkins
Reviewed-by: Björn Michaelsen <bjoern.michaelsen@libreoffice.org>
Diffstat (limited to 'sw/inc/ndtxt.hxx')
-rw-r--r-- | sw/inc/ndtxt.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sw/inc/ndtxt.hxx b/sw/inc/ndtxt.hxx index 3c6a4ad10e49..125891a8cb50 100644 --- a/sw/inc/ndtxt.hxx +++ b/sw/inc/ndtxt.hxx @@ -79,7 +79,6 @@ typedef std::set< sal_Int32 > SwSoftPageBreakList; class SW_DLLPUBLIC SwTextNode : public SwContentNode , public ::sfx2::Metadatable - , public sw::BroadcasterMixin { friend class SwContentNode; /// For creating the first TextNode. |