summaryrefslogtreecommitdiff
path: root/toolkit
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-05-11 12:51:19 +0200
committerStephan Bergmann <sbergman@redhat.com>2015-05-11 12:51:19 +0200
commit2244ba7bc3e146e3ec8303064fb6d13ef548cdb2 (patch)
tree220fe0934eebe0d00e9de3efad0d42a95a014e4c /toolkit
parent80c2dfa225a3e082b0a7fdab95cfed3eef17d0c1 (diff)
loplugin:cstylecast: nop between pointer types of exactly same spelling
Change-Id: I9873e5be7c9ea97a44baf13f8ca720aff0ff2793
Diffstat (limited to 'toolkit')
-rw-r--r--toolkit/source/controls/unocontrolcontainermodel.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/toolkit/source/controls/unocontrolcontainermodel.cxx b/toolkit/source/controls/unocontrolcontainermodel.cxx
index f1c23d9c006a..5784645fc29e 100644
--- a/toolkit/source/controls/unocontrolcontainermodel.cxx
+++ b/toolkit/source/controls/unocontrolcontainermodel.cxx
@@ -81,7 +81,7 @@ UnoControlContainerModel::getSupportedServiceNames()
::cppu::IPropertyArrayHelper& UnoControlContainerModel::getInfoHelper()
{
- ::osl::Guard< ::osl::Mutex > aGuard( ((UnoControlContainerModel*)this)->GetMutex() );
+ ::osl::Guard< ::osl::Mutex > aGuard( GetMutex() );
static UnoPropertyArrayHelper* pHelper = NULL;
if ( !pHelper )