[Libreoffice-commits] core.git: sw/source
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Tue Feb 5 12:40:34 UTC 2019
sw/source/core/unocore/unochart.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit ba1e745b3d022856080c25167226e8a9eeadc911
Author: Caolán McNamara <caolanm at redhat.com>
AuthorDate: Tue Feb 5 10:04:08 2019 +0000
Commit: Caolán McNamara <caolanm at redhat.com>
CommitDate: Tue Feb 5 13:40:09 2019 +0100
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 at redhat.com>
Tested-by: Caolán McNamara <caolanm at redhat.com>
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 );
}
More information about the Libreoffice-commits
mailing list