summaryrefslogtreecommitdiff
path: root/slideshow/source/engine/shapes/viewappletshape.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'slideshow/source/engine/shapes/viewappletshape.cxx')
-rw-r--r--slideshow/source/engine/shapes/viewappletshape.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/slideshow/source/engine/shapes/viewappletshape.cxx b/slideshow/source/engine/shapes/viewappletshape.cxx
index 1b6e787009fd..dbe0c019bc9d 100644
--- a/slideshow/source/engine/shapes/viewappletshape.cxx
+++ b/slideshow/source/engine/shapes/viewappletshape.cxx
@@ -75,7 +75,7 @@ namespace slideshow
uno::Reference<lang::XMultiComponentFactory> xFactory(
mxComponentContext->getServiceManager(),
- uno::UNO_QUERY_THROW );
+ uno::UNO_SET_THROW );
mxViewer.set( xFactory->createInstanceWithContext( rServiceName,
mxComponentContext),
@@ -161,7 +161,7 @@ namespace slideshow
mxFrame->initialize( xOwnWindow );
uno::Reference < frame::XSynchronousFrameLoader > xLoader( mxViewer,
- uno::UNO_QUERY_THROW );
+ uno::UNO_SET_THROW );
xLoader->load( uno::Sequence < beans::PropertyValue >(),
uno::Reference<frame::XFrame>(mxFrame, uno::UNO_QUERY_THROW) );