Kaydet (Commit) 223c2258 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

loplugin:redundantcast

Change-Id: Iacdb05dd6c0c486975ac544a0a8a68abed80db67
üst 96b8a841
......@@ -1366,7 +1366,7 @@ bool SfxTabDialog::selectPageByUIXMLDescription(const OString& rUIXMLDescription
if (!pCandidate)
{
// force SfxTabPage creation
const_cast<SfxTabDialog*>(this)->ShowPage((*it)->nId);
ShowPage((*it)->nId);
pCandidate = GetTabPage((*it)->nId);
}
......
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