summaryrefslogtreecommitdiff
path: root/desktop
diff options
context:
space:
mode:
authorMichael Meeks <michael.meeks@novell.com>2010-10-29 18:05:32 +0100
committerMichael Meeks <michael.meeks@novell.com>2010-11-01 10:57:43 +0000
commite0b4abb0b61253cb1778ca0068f1006a71fcb6ea (patch)
tree67b25c5c9727ec13a7363665d4aa3b07aac4e131 /desktop
parentab351f4bf46c698e1b932094a539f0857cc08e1a (diff)
add restart requested tracing
Diffstat (limited to 'desktop')
-rw-r--r--desktop/source/deployment/misc/dp_misc.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/desktop/source/deployment/misc/dp_misc.cxx b/desktop/source/deployment/misc/dp_misc.cxx
index a4014f051fb1..851cf8b961a0 100644
--- a/desktop/source/deployment/misc/dp_misc.cxx
+++ b/desktop/source/deployment/misc/dp_misc.cxx
@@ -618,6 +618,7 @@ void syncRepositories(Reference<ucb::XCommandEnvironment> const & xCmdEnv)
OUSTR( "/singletons/com.sun.star.task.OfficeRestartManager") ), UNO_QUERY );
if (restarter.is())
{
+ OSL_TRACE( "Request restart for modified extensions manager" );
restarter->requestRestart(xCmdEnv.is() == sal_True ? xCmdEnv->getInteractionHandler() :
Reference<task::XInteractionHandler>());
}