include/svtools/genericasyncunodialog.hxx | 8 -------- 1 file changed, 8 deletions(-)
New commits: commit fd839a7f7a0480df0c4bef3029dea0f97c0dd406 Author: Szymon Kłos <szymon.k...@collabora.com> AuthorDate: Wed Dec 14 17:36:10 2022 +0100 Commit: Andras Timar <andras.ti...@collabora.com> CommitDate: Tue Dec 20 03:13:20 2022 +0000 lok: remove undefined behaviour warning Change-Id: I74d015bdf2c30b85c8e9eb8271780c9999ea1f15 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/144169 Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoff...@gmail.com> Reviewed-by: Andras Timar <andras.ti...@collabora.com> Reviewed-on: https://gerrit.libreoffice.org/c/core/+/144536 Tested-by: Jenkins diff --git a/include/svtools/genericasyncunodialog.hxx b/include/svtools/genericasyncunodialog.hxx index 7168d08f4301..937f9778030d 100644 --- a/include/svtools/genericasyncunodialog.hxx +++ b/include/svtools/genericasyncunodialog.hxx @@ -57,14 +57,6 @@ protected: { } - virtual ~OGenericUnoAsyncDialog() override - { - SolarMutexGuard aSolarGuard; - ::osl::MutexGuard aGuard(m_aMutex); - if (m_xAsyncDialog) - destroyAsyncDialog(); - } - public: // XAsynchronousExecutableDialog void SAL_CALL setDialogTitle(const OUString& aTitle) override