Kaydet (Commit) e23ad02d authored tarafından Pavel Janík's avatar Pavel Janík

WaE: unname unused argument to prevent compiler warnings.

üst 81626b7c
......@@ -4053,7 +4053,7 @@ void SwTokenWindow::SetFocus2theAllBtn()
m_pParent->SetFocus2theAllBtn();
}
}
sal_uInt32 SwTokenWindow::GetControlIndex(FormTokenType eType, const Control* pCurControl) const
sal_uInt32 SwTokenWindow::GetControlIndex(FormTokenType eType, const Control* /* pCurControl */) const
{
//there are only one entry-text button and only one page-number button,
//so we need not add index for these two buttons.
......
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