diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2015-05-11 12:51:19 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2015-05-11 12:51:19 +0200 |
commit | 2244ba7bc3e146e3ec8303064fb6d13ef548cdb2 (patch) | |
tree | 220fe0934eebe0d00e9de3efad0d42a95a014e4c /toolkit | |
parent | 80c2dfa225a3e082b0a7fdab95cfed3eef17d0c1 (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.cxx | 2 |
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 ) |