summaryrefslogtreecommitdiff
path: root/sw/inc/fmtrfmrk.hxx
diff options
context:
space:
mode:
authorBjoern Michaelsen <bjoern.michaelsen@libreoffice.org>2018-05-10 10:51:42 +0200
committerBjörn Michaelsen <bjoern.michaelsen@libreoffice.org>2018-05-21 18:39:12 +0200
commit0c02f3c5d64bd6db96db0302169fb4c4b48dc27e (patch)
tree251b58fad36d1c6c25ce5d0f6fa6b19973394310 /sw/inc/fmtrfmrk.hxx
parent4da8aef20416d0e1320a1ee455e2edc2ae61f9ac (diff)
dont use SwClient/SwModify in unocore: RefMark
Change-Id: I021f410793c9debfe5e984d591144636d6793fd6 Reviewed-on: https://gerrit.libreoffice.org/54610 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Björn Michaelsen <bjoern.michaelsen@libreoffice.org>
Diffstat (limited to 'sw/inc/fmtrfmrk.hxx')
-rw-r--r--sw/inc/fmtrfmrk.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/sw/inc/fmtrfmrk.hxx b/sw/inc/fmtrfmrk.hxx
index 9248e7353f84..b235961baf5b 100644
--- a/sw/inc/fmtrfmrk.hxx
+++ b/sw/inc/fmtrfmrk.hxx
@@ -36,6 +36,7 @@ class SwTextRefMark;
class SwFormatRefMark
: public SfxPoolItem
, public SwModify
+ , public sw::BroadcasterMixin
{
friend class SwTextRefMark;
SwTextRefMark* m_pTextAttr;