summaryrefslogtreecommitdiff
path: root/sdext/source/presenter/PresenterViewFactory.cxx
diff options
context:
space:
mode:
authorNoel <noel.grandin@collabora.co.uk>2021-02-17 18:23:31 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2021-02-18 09:13:48 +0100
commit6cb2365511e23abd22f76cda76981222b81efdc4 (patch)
treec9f033beefbd6b3309b14b3c9869056a84688684 /sdext/source/presenter/PresenterViewFactory.cxx
parent17388045d0b2191a7af7245b286e153e30fa0f3e (diff)
loplugin:referencecasting in sdext
Change-Id: I24514eefb96d04576eed45608c259b2f8dbeda7b Reviewed-on: https://gerrit.libreoffice.org/c/core/+/111078 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sdext/source/presenter/PresenterViewFactory.cxx')
-rw-r--r--sdext/source/presenter/PresenterViewFactory.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sdext/source/presenter/PresenterViewFactory.cxx b/sdext/source/presenter/PresenterViewFactory.cxx
index 6a59a32935d7..01b40d6e2ab8 100644
--- a/sdext/source/presenter/PresenterViewFactory.cxx
+++ b/sdext/source/presenter/PresenterViewFactory.cxx
@@ -355,7 +355,7 @@ Reference<XView> PresenterViewFactory::CreateSlideShowView(
Reference<frame::XController>(mxControllerWeak),
mpPresenterController));
pShowView->LateInit();
- xView.set(pShowView.get());
+ xView = pShowView;
}
catch (RuntimeException&)
{