include/svtools/genericasyncunodialog.hxx |    8 --------
 1 file changed, 8 deletions(-)

New commits:
commit 8a792f4127fbd47c66c9d64b14e75c2b80336832
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: Wed Dec 14 22:00:22 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>

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

Reply via email to