diff options
author | Caolán McNamara <caolan.mcnamara@collabora.com> | 2024-01-04 10:19:48 +0000 |
---|---|---|
committer | Caolán McNamara <caolan.mcnamara@collabora.com> | 2024-01-04 12:27:13 +0100 |
commit | be1480264062eff93d8307ae14be1c4e8b9ea0ed (patch) | |
tree | ea65d410b7881ef74fa1d1b2607a4e0c29f8008b | |
parent | c6a1b04932fe1a9867fcef695510d45f4992f1af (diff) |
ofz#65442 Abrt in comphelper::SolarMutex::doRelease
Change-Id: I0a256564abfdeb3209eb928f2888064f628eaf00
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/161610
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolan.mcnamara@collabora.com>
-rw-r--r-- | sc/source/filter/xml/xmlimprt.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sc/source/filter/xml/xmlimprt.cxx b/sc/source/filter/xml/xmlimprt.cxx index ea1445450a19..4bbdc9669b12 100644 --- a/sc/source/filter/xml/xmlimprt.cxx +++ b/sc/source/filter/xml/xmlimprt.cxx @@ -1750,6 +1750,7 @@ extern "C" SAL_DLLPUBLIC_EXPORT bool TestImportXLSX(SvStream &rStream) bool ret = false; try { + SolarMutexGuard aGuard; ret = xFilter->filter(aArgs); } catch (const css::io::IOException&) |