Kaydet (Commit) 341acca8 authored tarafından Caolán McNamara's avatar Caolán McNamara

some more build failures

Change-Id: I2c2eac4fd848925fada754ced03328fa5320f901
üst 716c0233
......@@ -380,7 +380,7 @@ void SvxGeneralTabPage::SetAccessibleNames ()
for (unsigned iField = rRow.nFirstField; iField != rRow.nLastField; ++iField)
{
// the token
rtl::OUString sPart = sList.getToken(0, '/', nIndex).trim();
rtl::OUString sPart = sList.getToken(0, static_cast<sal_Unicode>('/'), nIndex).trim();
Edit& rEdit = vFields[iField]->aEdit;
// creating the accessible name
if (iBracket != -1)
......
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