Kaydet (Commit) 5d9fe379 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

loplugin:cstylecast: nop between pointer types of exactly same spelling

Change-Id: If8f59f3a9bc695ed407166e03e3e01e2725a4fed
üst 471a6807
...@@ -1213,7 +1213,7 @@ Reference< ::com::sun::star::beans::XPropertySetInfo > SAL_CALL SbaXFormAdapter: ...@@ -1213,7 +1213,7 @@ Reference< ::com::sun::star::beans::XPropertySetInfo > SAL_CALL SbaXFormAdapter:
{ {
if (pProps->Name == PROPERTY_NAME) if (pProps->Name == PROPERTY_NAME)
{ {
((SbaXFormAdapter*)this)->m_nNamePropHandle = pProps->Handle; m_nNamePropHandle = pProps->Handle;
break; break;
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment