summaryrefslogtreecommitdiffstats
path: root/sfx2
diff options
context:
space:
mode:
authorBjoern Michaelsen <bjoern.michaelsen@canonical.com>2012-12-03 14:47:20 +0100
committerBjoern Michaelsen <bjoern.michaelsen@canonical.com>2012-12-03 14:54:05 +0100
commit49e235c0b10ba2f1cfd0cb8d039c7dcf62d8acc5 (patch)
treeb1280b6497d93e9fbce006748ac0a8379d8a123a /sfx2
parentfixup numbering in position (diff)
downloadcore-49e235c0b10ba2f1cfd0cb8d039c7dcf62d8acc5.tar.gz
core-49e235c0b10ba2f1cfd0cb8d039c7dcf62d8acc5.zip
better have the SolarMutex here
Diffstat (limited to 'sfx2')
-rw-r--r--sfx2/source/appl/appserv.cxx1
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)