diff options
author | Bjoern Michaelsen <bjoern.michaelsen@libreoffice.org> | 2018-05-10 10:51:42 +0200 |
---|---|---|
committer | Björn Michaelsen <bjoern.michaelsen@libreoffice.org> | 2018-05-28 08:19:54 +0200 |
commit | 538c6219a2a347f9f601288a2dd345bf7d3c3209 (patch) | |
tree | 453b3d4461c0342f3b50f7adb172b4d6f97a2204 /sw/inc | |
parent | 74aeeb9a6293b87df26cf6db565d50c26da2c3fe (diff) |
dont use SwClient/SwModify in unocore: Meta
Change-Id: Icde1f5b9af599ca8b1ef52863c2772670659a39b
Reviewed-on: https://gerrit.libreoffice.org/54648
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Björn Michaelsen <bjoern.michaelsen@libreoffice.org>
Diffstat (limited to 'sw/inc')
-rw-r--r-- | sw/inc/fmtmeta.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sw/inc/fmtmeta.hxx b/sw/inc/fmtmeta.hxx index 9fe0fce07656..bcc93b107e77 100644 --- a/sw/inc/fmtmeta.hxx +++ b/sw/inc/fmtmeta.hxx @@ -127,6 +127,7 @@ namespace sw { class Meta : public ::sfx2::Metadatable , public SwModify + , public sw::BroadcasterMixin { protected: friend class ::SwFormatMeta; ///< SetFormatMeta, NotifyChangeTextNode |