diff options
author | Bjoern Michaelsen <bjoern.michaelsen@libreoffice.org> | 2019-04-14 13:33:35 +0200 |
---|---|---|
committer | Björn Michaelsen <bjoern.michaelsen@libreoffice.org> | 2019-05-05 22:27:54 +0200 |
commit | e18359445fabad9ba1a704600e9ee327112cc6ae (patch) | |
tree | 62203ab19612761fac0091096c1345190a6fcd19 /sw/inc | |
parent | 74ac288132de7046ce25eb4539be6b9a25138399 (diff) |
[API CHANGE] SwXTextField: no more SwModify/SwClient
- fix unittest assuming the double-insertion of annotation
throwing an IllegalArgumentException was intentional
- remove SwModify/SwClient in SwXTextField
- also: add basic C++ api test
Change-Id: Ia4657dc65dfadc3e975bdf409bd5e43413ea1f5a
Reviewed-on: https://gerrit.libreoffice.org/71452
Tested-by: Jenkins
Reviewed-by: Björn Michaelsen <bjoern.michaelsen@libreoffice.org>
Diffstat (limited to 'sw/inc')
-rw-r--r-- | sw/inc/fmtfld.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/fmtfld.hxx b/sw/inc/fmtfld.hxx index b144243ec4c9..d9eafeea82a3 100644 --- a/sw/inc/fmtfld.hxx +++ b/sw/inc/fmtfld.hxx @@ -36,7 +36,7 @@ namespace com { namespace sun { namespace star { namespace text { class XTextFie // ATT_FLD class SW_DLLPUBLIC SwFormatField : public SfxPoolItem - , public SwModify + , public sw::BroadcastingModify , public SfxBroadcaster { friend void InitCore(); |