diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2015-05-11 12:49:28 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2015-05-11 12:49:28 +0200 |
commit | 5d9fe3793ad1bcabafd108ecf036dd389a873fc0 (patch) | |
tree | 497c46ef9b1fa6d906a0b00efd7066056aa30136 /dbaccess | |
parent | 471a680739dff66618f6879b085adfa8b5eb37a2 (diff) |
loplugin:cstylecast: nop between pointer types of exactly same spelling
Change-Id: If8f59f3a9bc695ed407166e03e3e01e2725a4fed
Diffstat (limited to 'dbaccess')
-rw-r--r-- | dbaccess/source/ui/browser/formadapter.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dbaccess/source/ui/browser/formadapter.cxx b/dbaccess/source/ui/browser/formadapter.cxx index 54ef47614cfc..5b2fbb54c2e9 100644 --- a/dbaccess/source/ui/browser/formadapter.cxx +++ b/dbaccess/source/ui/browser/formadapter.cxx @@ -1213,7 +1213,7 @@ Reference< ::com::sun::star::beans::XPropertySetInfo > SAL_CALL SbaXFormAdapter: { if (pProps->Name == PROPERTY_NAME) { - ((SbaXFormAdapter*)this)->m_nNamePropHandle = pProps->Handle; + m_nNamePropHandle = pProps->Handle; break; } } |