diff options
author | Bjoern Michaelsen <bjoern.michaelsen@libreoffice.org> | 2019-01-12 12:04:04 +0100 |
---|---|---|
committer | Björn Michaelsen <bjoern.michaelsen@libreoffice.org> | 2019-01-12 13:09:01 +0100 |
commit | 18bb85aa303c17b7705a9ccb0dd3d76673a1955e (patch) | |
tree | c57334b8aece87f5779c046d08ff46725ea2fb90 /sw/inc/section.hxx | |
parent | ead0a04e413018f94a307a1b621e53a5f4d25a70 (diff) |
make SwFormat a ::sw::BroadcastingModify
- clean up SwSection..Hint: Lazily reusing the Dying HintId is evil
- switch the SwChartDataSequence to SvtListener
- add some description to RuntimeException
Change-Id: I897a63030f207cabe4d1ba7de0c25c6c581ffd1f
Reviewed-on: https://gerrit.libreoffice.org/65816
Tested-by: Jenkins
Reviewed-by: Björn Michaelsen <bjoern.michaelsen@libreoffice.org>
Diffstat (limited to 'sw/inc/section.hxx')
-rw-r--r-- | sw/inc/section.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/section.hxx b/sw/inc/section.hxx index 30b582b89a80..d0fcff0078bd 100644 --- a/sw/inc/section.hxx +++ b/sw/inc/section.hxx @@ -252,7 +252,7 @@ class SwSectionFrameMoveAndDeleteHint : public SfxHint { public: SwSectionFrameMoveAndDeleteHint( const bool bSaveContent ) - : SfxHint( SfxHintId::Dying ) + : SfxHint( SfxHintId::SwSectionFrameMoveAndDelete ) , mbSaveContent( bSaveContent ) {} |