diff options
author | Caolán McNamara <caolanm@redhat.com> | 2019-02-05 10:04:08 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2019-02-05 13:40:09 +0100 |
commit | ba1e745b3d022856080c25167226e8a9eeadc911 (patch) | |
tree | 7776216f378167384fc36f380f928dded4dc9383 | |
parent | f8c4459bbda62cb905d0c007cac044f3410ab76b (diff) |
crashtesting: crash on export of ooo37749-1.sxw to rtf
since...
commit 18bb85aa303c17b7705a9ccb0dd3d76673a1955e
Date: Sat Jan 12 12:04:04 2019 +0100
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: I1a83c3d11b8b05699f05e812bc021daa6fadb76a
Reviewed-on: https://gerrit.libreoffice.org/67394
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
-rw-r--r-- | sw/source/core/unocore/unochart.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/unocore/unochart.cxx b/sw/source/core/unocore/unochart.cxx index 35dd1e8f478c..95ee01f3d220 100644 --- a/sw/source/core/unocore/unochart.cxx +++ b/sw/source/core/unocore/unochart.cxx @@ -2204,7 +2204,7 @@ void SwChartDataSequence::Notify( const SfxHint& rHint) m_pTableCursor.reset(nullptr); dispose(); } - else + else if (dynamic_cast<const sw::LegacyModifyHint*>(&rHint)) { setModified( true ); } |