diff options
author | Bjoern Michaelsen <bjoern.michaelsen@canonical.com> | 2012-12-03 14:47:20 +0100 |
---|---|---|
committer | Bjoern Michaelsen <bjoern.michaelsen@canonical.com> | 2012-12-03 14:54:05 +0100 |
commit | 49e235c0b10ba2f1cfd0cb8d039c7dcf62d8acc5 (patch) | |
tree | b1280b6497d93e9fbce006748ac0a8379d8a123a /sfx2 | |
parent | 7d816667b52892492162469b26b7040914e49494 (diff) |
better have the SolarMutex here
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/source/appl/appserv.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sfx2/source/appl/appserv.cxx b/sfx2/source/appl/appserv.cxx index 439e8b848a61..b190c522e4ef 100644 --- a/sfx2/source/appl/appserv.cxx +++ b/sfx2/source/appl/appserv.cxx @@ -168,6 +168,7 @@ namespace ::rtl::OUString sInteraction; xSyncDbusSessionHelper->InstallPackageNames(0, vPackages, sInteraction); // Ill be back (hopefully)! + SolarMutexGuard aGuard; executeRestartDialog(comphelper::getProcessComponentContext(), NULL, RESTART_REASON_BIBLIOGRAPHY_INSTALL); } catch (Exception & e) |