Kaydet (Commit) 0a7375e3 authored tarafından Michael Meeks's avatar Michael Meeks Kaydeden (comit) Michael Stahl

tdf#91715: lock SolarMutex from dbaui::~ODatabaseAdministrationDialog()

Change-Id: I91b78ec3a19b6f09ae6e9ff723ebda41d656f2fc
üst ffafd8e7
......@@ -313,6 +313,7 @@ void SAL_CALL OGenericUnoDialog::initialize( const Sequence< Any >& aArguments )
void OGenericUnoDialog::destroyDialog()
{
SolarMutexGuard aSolarGuard;
m_pDialog.disposeAndClear();
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment