summaryrefslogtreecommitdiff
path: root/sd/source/ui/slideshow
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2013-04-25 11:18:59 +0200
committerNoel Grandin <noel@peralex.com>2013-04-25 14:44:06 +0200
commit6f0b59e36437b8962769559dc4aabaaba897df00 (patch)
treeb5e5246c3e80b3098ce88279ac5b56ec1895bd15 /sd/source/ui/slideshow
parent19a1d2383d343375b3c4b4ab1845df6435679bd6 (diff)
fdo#46808, Convert some XMultiServiceFactory to XComponentContext
Change-Id: If7cc52ffeb35efe0969876a9822106b1fd958b10
Diffstat (limited to 'sd/source/ui/slideshow')
-rw-r--r--sd/source/ui/slideshow/slideshowviewimpl.cxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/sd/source/ui/slideshow/slideshowviewimpl.cxx b/sd/source/ui/slideshow/slideshowviewimpl.cxx
index 5a1cffb12ae7..e2678b848c69 100644
--- a/sd/source/ui/slideshow/slideshowviewimpl.cxx
+++ b/sd/source/ui/slideshow/slideshowviewimpl.cxx
@@ -655,9 +655,6 @@ void SlideShowView::init()
mxWindow->addWindowListener( this );
mxWindow->addMouseListener( this );
- Reference< lang::XMultiServiceFactory > xFactory( ::comphelper::getProcessServiceFactory(),
- uno::UNO_QUERY_THROW );
-
mxPointer = awt::Pointer::create( ::comphelper::getProcessComponentContext() );
getTransformation();