summaryrefslogtreecommitdiff
path: root/sdext/source/presenter/PresenterSlideShowView.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sdext/source/presenter/PresenterSlideShowView.cxx')
-rw-r--r--sdext/source/presenter/PresenterSlideShowView.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sdext/source/presenter/PresenterSlideShowView.cxx b/sdext/source/presenter/PresenterSlideShowView.cxx
index 5dbea9683bca..d9d20909ebb0 100644
--- a/sdext/source/presenter/PresenterSlideShowView.cxx
+++ b/sdext/source/presenter/PresenterSlideShowView.cxx
@@ -209,7 +209,7 @@ void PresenterSlideShowView::disposing()
}
if (mxViewWindow.is())
{
- Reference<XComponent> xComponent (mxViewWindow, UNO_QUERY);
+ Reference<XComponent> xComponent = mxViewWindow;
mxViewWindow = nullptr;
if (xComponent.is())
xComponent->dispose();