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-13 12:04:26 +0200 |
commit | 439f17c5cf43b38092b1b834bb006420220262e1 (patch) | |
tree | 04c4312f6401f07240057d7dbd70a4faf3901737 /sw/inc/section.hxx | |
parent | 8bdd059a1d64a1818ee0093d7a512fe38c4e2b20 (diff) |
dont use SwClient/SwModify in unocore: HeadFootText
Change-Id: Icf0fa7ec07c8c52981c50bc03a34ae0fa9683fcf
Reviewed-on: https://gerrit.libreoffice.org/54184
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Björn Michaelsen <bjoern.michaelsen@libreoffice.org>
Diffstat (limited to 'sw/inc/section.hxx')
-rw-r--r-- | sw/inc/section.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sw/inc/section.hxx b/sw/inc/section.hxx index eb4cc6913f38..30b582b89a80 100644 --- a/sw/inc/section.hxx +++ b/sw/inc/section.hxx @@ -270,7 +270,6 @@ enum class SectionSort { Not, Pos }; class SW_DLLPUBLIC SwSectionFormat : public SwFrameFormat , public ::sfx2::Metadatable - , public sw::BroadcasterMixin { friend class SwDoc; |