desktop/source/deployment/misc/dp_misc.cxx |    6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

New commits:
commit 57045024d66e4ffbd04be3c646805aac3ef32deb
Author: Bjoern Michaelsen <bjoern.michael...@canonical.com>
Date:   Fri Nov 30 01:22:55 2012 +0100

    de-cargocult singleton creation

diff --git a/desktop/source/deployment/misc/dp_misc.cxx 
b/desktop/source/deployment/misc/dp_misc.cxx
index 68ff9b4..dcd8b53 100644
--- a/desktop/source/deployment/misc/dp_misc.cxx
+++ b/desktop/source/deployment/misc/dp_misc.cxx
@@ -36,7 +36,7 @@
 #include "com/sun/star/bridge/UnoUrlResolver.hpp"
 #include "com/sun/star/bridge/XUnoUrlResolver.hpp"
 #include "com/sun/star/deployment/ExtensionManager.hpp"
-#include "com/sun/star/task/XRestartManager.hpp"
+#include "com/sun/star/task/OfficeRestartManager.hpp"
 #include "boost/scoped_array.hpp"
 #include "boost/shared_ptr.hpp"
 #include <comphelper/processfactory.hxx>
@@ -566,9 +566,7 @@ void syncRepositories(
 
     if (bModified)
     {
-        Reference<task::XRestartManager> restarter(
-            comphelper_getProcessComponentContext()->getValueByName(
-                OUSTR( "/singletons/com.sun.star.task.OfficeRestartManager") 
), UNO_QUERY );
+        Reference<task::XRestartManager> 
restarter(task::OfficeRestartManager::get(comphelper::getProcessComponentContext()));
         if (restarter.is())
         {
             OSL_TRACE( "Request restart for modified extensions manager" );
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to