summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2017-06-02 09:36:44 +0200
committerStephan Bergmann <sbergman@redhat.com>2017-06-02 09:36:44 +0200
commitb38b619681465459e0330b9a3417fffcc4e15a17 (patch)
tree380414018d4353d0e6a7f1db378a0e0701cbaf41
parentImproved loplugin:redundantcast static_cast handling: stoc (diff)
downloadcore-b38b619681465459e0330b9a3417fffcc4e15a17.tar.gz
core-b38b619681465459e0330b9a3417fffcc4e15a17.zip
Improved loplugin:redundantcast static_cast handling: sd
Change-Id: I07297ff8ceb69c0da2396b452bb7448f8c4ca07b
-rw-r--r--sd/source/ui/unoidl/DrawController.cxx5
1 files changed, 1 insertions, 4 deletions
diff --git a/sd/source/ui/unoidl/DrawController.cxx b/sd/source/ui/unoidl/DrawController.cxx
index 451b239b24b9..cc2e3e427021 100644
--- a/sd/source/ui/unoidl/DrawController.cxx
+++ b/sd/source/ui/unoidl/DrawController.cxx
@@ -62,10 +62,7 @@ namespace sd {
DrawController::DrawController (ViewShellBase& rBase) throw()
: DrawControllerInterfaceBase(&rBase),
BroadcastHelperOwner(SfxBaseController::m_aMutex),
- OPropertySetHelper( static_cast<OBroadcastHelperVar<
- OMultiTypeInterfaceContainerHelper,
- OMultiTypeInterfaceContainerHelper::keyType>& >(
- BroadcastHelperOwner::maBroadcastHelper)),
+ OPropertySetHelper(BroadcastHelperOwner::maBroadcastHelper),
m_aSelectionTypeIdentifier(
cppu::UnoType<view::XSelectionChangeListener>::get()),
mpBase(&rBase),