summaryrefslogtreecommitdiff
path: root/sd/source/ui/view
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2013-04-23 14:01:12 +0200
committerNoel Grandin <noel@peralex.com>2013-04-25 08:56:38 +0200
commit3086d847d9ac8dbb228c10047fd7ecaa32a45263 (patch)
treeeee8e36ad1ae0206b950cc95031927f15c82a310 /sd/source/ui/view
parent73adc9b6e29a3e005d7c2e98795045e7025325c2 (diff)
fdo#46808 Remove unnecessary getProcessServiceFactory() call
Change-Id: Ic3219a615ae568d4d3e8aed83297ff6a39e6983b
Diffstat (limited to 'sd/source/ui/view')
-rw-r--r--sd/source/ui/view/ViewShellBase.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/sd/source/ui/view/ViewShellBase.cxx b/sd/source/ui/view/ViewShellBase.cxx
index 37c39bec67e1..09006ed1f38e 100644
--- a/sd/source/ui/view/ViewShellBase.cxx
+++ b/sd/source/ui/view/ViewShellBase.cxx
@@ -1121,7 +1121,6 @@ OUString ImplRetrieveLabelFromCommand( const Reference< XFrame >& xFrame, const
if ( !aCmdURL.isEmpty() ) try
{
- Reference< XMultiServiceFactory > xServiceManager( ::comphelper::getProcessServiceFactory(), UNO_QUERY_THROW );
Reference< XComponentContext > xContext( ::comphelper::getProcessComponentContext(), UNO_QUERY_THROW );
Reference< XModuleManager2 > xModuleManager( ModuleManager::create(xContext) );