diff options
author | Michael Meeks <michael.meeks@collabora.com> | 2015-07-14 19:34:39 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2015-07-14 19:39:40 +0200 |
commit | 0a7375e372ee9583d31d44a7cc7b6a21e6197bf1 (patch) | |
tree | a72c77994a3ae4238d680eb92325cc75ad3b9671 /svtools/source/uno/genericunodialog.cxx | |
parent | ffafd8e7a0794b3034d6fa047ba5de95e82f84f1 (diff) |
tdf#91715: lock SolarMutex from dbaui::~ODatabaseAdministrationDialog()
Change-Id: I91b78ec3a19b6f09ae6e9ff723ebda41d656f2fc
Diffstat (limited to 'svtools/source/uno/genericunodialog.cxx')
-rw-r--r-- | svtools/source/uno/genericunodialog.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/svtools/source/uno/genericunodialog.cxx b/svtools/source/uno/genericunodialog.cxx index 7f47b57a977e..64e965674878 100644 --- a/svtools/source/uno/genericunodialog.cxx +++ b/svtools/source/uno/genericunodialog.cxx @@ -313,6 +313,7 @@ void SAL_CALL OGenericUnoDialog::initialize( const Sequence< Any >& aArguments ) void OGenericUnoDialog::destroyDialog() { + SolarMutexGuard aSolarGuard; m_pDialog.disposeAndClear(); } |