Kaydet (Commit) 3209d1a5 authored tarafından Noel Grandin's avatar Noel Grandin

loplugin:redundantcast

Change-Id: Ifafd45865c93d474510bd0557bb9ab3843b7dbb7
üst b1663b86
......@@ -98,7 +98,7 @@ ImplBtnDlgItem* ButtonDialog::ImplGetItem( sal_uInt16 nId ) const
for (auto & it : m_ItemList)
{
if (it->mnId == nId)
return const_cast<ImplBtnDlgItem*>(&(*it));
return &(*it);
}
return NULL;
......
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