Kaydet (Commit) 50d3ed0a authored tarafından Stephan Bergmann's avatar Stephan Bergmann

sw: loplugin:cstylecast

Change-Id: I0b9f72b24b797bee244f95083b8f0ab10b1c6a02
üst 9eee7b8d
......@@ -379,7 +379,7 @@ bool SwEndNoteOptionPage::FillItemSet( SfxItemSet * )
}
else
{
SwFtnInfo *pI = (SwFtnInfo*)pInf.get();
SwFtnInfo *pI = static_cast<SwFtnInfo*>(pInf.get());
pI->ePos = m_pPosPageBox->IsChecked() ? FTNPOS_PAGE : FTNPOS_CHAPTER;
pI->eNum = (SwFtnNum)GetNumbering();
pI->aQuoVadis = m_pContEdit->GetText();
......
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