diff options
author | Caolán McNamara <caolan.mcnamara@collabora.com> | 2023-10-04 20:32:17 +0100 |
---|---|---|
committer | Caolán McNamara <caolan.mcnamara@collabora.com> | 2023-10-05 12:11:38 +0200 |
commit | 5c52884611a0e8586ecfa8ccaf24c9e22ad5a872 (patch) | |
tree | b476957900196f9352d83074542dd8684bc5063c /include/svx/svdmodel.hxx | |
parent | dd1e392dfd1934c1819ef32ee01a6c3091c5c7b2 (diff) |
crashtesting: crash seen on exit of chart
with soffice --headless --convert-to ods forum-mso-en4-569016.xlsx
and other similar
Change-Id: I908fa834c1072a9854055cad1ee6261800d76aea
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/157573
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolan.mcnamara@collabora.com>
Diffstat (limited to 'include/svx/svdmodel.hxx')
-rw-r--r-- | include/svx/svdmodel.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/svx/svdmodel.hxx b/include/svx/svdmodel.hxx index a5a3a10a2763..9016c9a03fe0 100644 --- a/include/svx/svdmodel.hxx +++ b/include/svx/svdmodel.hxx @@ -252,6 +252,7 @@ public: tools::Long nLower = 0); protected: + void implDtorClearModel(); virtual css::uno::Reference< css::uno::XInterface > createUnoModel(); private: |