diff options
author | Caolán McNamara <caolanm@redhat.com> | 2020-11-18 16:25:21 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2020-11-19 09:48:43 +0100 |
commit | f854e62a9d21f7874390952491ba38ed3056edd0 (patch) | |
tree | 39077b4c14dfa6a80c4066979d39dcd00a94572c /sc/inc | |
parent | 06498c589f665e5e517b9e004a28d560abc4c299 (diff) |
crashtesting: assert the failure which will cause tdf129410-1.ods to crash
Change-Id: Ieb75e1d9ddf16ed95f3a7d984b16dc2049443c6f
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/106061
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sc/inc')
-rw-r--r-- | sc/inc/chartlis.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/chartlis.hxx b/sc/inc/chartlis.hxx index 97ddea607343..f6baf78bc124 100644 --- a/sc/inc/chartlis.hxx +++ b/sc/inc/chartlis.hxx @@ -154,7 +154,7 @@ public: // only needed after copy-ctor, if newly added to doc void StartAllListeners(); - void insert(ScChartListener* pListener); + bool insert(ScChartListener* pListener); ScChartListener* findByName(const OUString& rName); const ScChartListener* findByName(const OUString& rName) const; bool hasListeners() const; |