summaryrefslogtreecommitdiff
path: root/basic/source/runtime/stdobj.cxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-05-11 12:49:03 +0200
committerStephan Bergmann <sbergman@redhat.com>2015-05-11 12:49:03 +0200
commitef6877c1671d7aea608b9448baa964c006c247ba (patch)
treecc73cf240893ca4466c0f5adb5e62f3c48d7f762 /basic/source/runtime/stdobj.cxx
parent000c31c384c62dce9bc9160047f02cb2c62a7771 (diff)
loplugin:cstylecast: nop between pointer types of exactly same spelling
Change-Id: I1e4363f917a978434fb11368918435da12531dc6
Diffstat (limited to 'basic/source/runtime/stdobj.cxx')
-rw-r--r--basic/source/runtime/stdobj.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/basic/source/runtime/stdobj.cxx b/basic/source/runtime/stdobj.cxx
index 2e4f2a41a589..f66cb403d9bc 100644
--- a/basic/source/runtime/stdobj.cxx
+++ b/basic/source/runtime/stdobj.cxx
@@ -838,7 +838,7 @@ void SbiStdObject::SFX_NOTIFY( SfxBroadcaster& rBC, const TypeId& rBCType,
bWrite = true;
if( t == SBX_HINT_DATAWANTED || bWrite )
{
- RtlCall p = (RtlCall) aMethods[ nCallId-1 ].pFunc;
+ RtlCall p = aMethods[ nCallId-1 ].pFunc;
SbxArrayRef rPar( pPar_ );
if( !pPar_ )
{