Kaydet (Commit) 92f877ab authored tarafından Caolán McNamara's avatar Caolán McNamara

ever-annoying int != sal_Int32 problem

Change-Id: I07497cf288004931d4212e92decd18fb8c685a78
üst 3c1345bd
......@@ -377,7 +377,7 @@ void SvxGeneralTabPage::SetAccessibleNames ()
if (iBracket != -1)
sList = sList.copy(iBracket + 1, sLabel.lastIndexOf(')') - iBracket - 1);
// cutting at '/'s
int nIndex = 0;
sal_Int32 nIndex = 0;
for (unsigned iField = rRow.nFirstField; iField != rRow.nLastField; ++iField)
{
// the token
......
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