summaryrefslogtreecommitdiff
path: root/connectivity
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2017-06-14 18:24:11 +0200
committerStephan Bergmann <sbergman@redhat.com>2017-06-14 18:24:11 +0200
commit0782cdaeb36e254dac3dd0ad69dfa0310aff75d8 (patch)
tree460aabb9bde357d8b10480230cef1bff8b33e699 /connectivity
parent7ac68fc033f0df2399105735e43417ea0c689c18 (diff)
loplugin:redundantcase (clang-cl)
Change-Id: I8d31de92528461afbe25ec059093c1c21eb9ef72
Diffstat (limited to 'connectivity')
-rw-r--r--connectivity/source/inc/ado/Aolewrap.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/connectivity/source/inc/ado/Aolewrap.hxx b/connectivity/source/inc/ado/Aolewrap.hxx
index 71b897e9fe9d..63df70cfd6fc 100644
--- a/connectivity/source/inc/ado/Aolewrap.hxx
+++ b/connectivity/source/inc/ado/Aolewrap.hxx
@@ -98,7 +98,7 @@ namespace connectivity
{
}
- operator T*() const { return static_cast<T*>(pInterface); }
+ operator T*() const { return pInterface; }
void setWithOutAddRef(T* _pInterface)
{
pInterface = _pInterface;