summaryrefslogtreecommitdiff
path: root/sdext/source/presenter/PresenterController.cxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2017-06-03 07:54:42 +0200
committerStephan Bergmann <sbergman@redhat.com>2017-06-05 21:17:58 +0200
commit8301695f8fd16338128261b1edbf60852f2d0a68 (patch)
tree19993811a261eda86504ef76e205d29eae1e8b12 /sdext/source/presenter/PresenterController.cxx
parent7e6bae9b1fbf75ca67f432f7bc78dd503600fb86 (diff)
Improved loplugin:redundantcast, const/static_cast combinations: sdext
Change-Id: I253b0481f3ca9c2d9c45453acfa3d1702e6d701a
Diffstat (limited to 'sdext/source/presenter/PresenterController.cxx')
-rw-r--r--sdext/source/presenter/PresenterController.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sdext/source/presenter/PresenterController.cxx b/sdext/source/presenter/PresenterController.cxx
index 5be87954b681..cf65f8d7e65c 100644
--- a/sdext/source/presenter/PresenterController.cxx
+++ b/sdext/source/presenter/PresenterController.cxx
@@ -725,7 +725,7 @@ void SAL_CALL PresenterController::notifyConfigurationChange (
{
throw lang::DisposedException (
"PresenterController object has already been disposed",
- const_cast<uno::XWeak*>(static_cast<const uno::XWeak*>(this)));
+ static_cast<uno::XWeak*>(this));
}
sal_Int32 nType (0);