diff options
author | Caolán McNamara <caolanm@redhat.com> | 2012-08-30 00:52:33 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2012-08-30 00:52:33 +0100 |
commit | 92f877ab098d2003581b73a5f0ec0f0038ef84cd (patch) | |
tree | c46103eab137eac12a4888015479a9c5e1a5bcf8 /cui | |
parent | 3c1345bdde10a3bbf179530576053578c810b7f6 (diff) |
ever-annoying int != sal_Int32 problem
Change-Id: I07497cf288004931d4212e92decd18fb8c685a78
Diffstat (limited to 'cui')
-rw-r--r-- | cui/source/options/optgenrl.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cui/source/options/optgenrl.cxx b/cui/source/options/optgenrl.cxx index 0284902c44d3..c82c45c300f5 100644 --- a/cui/source/options/optgenrl.cxx +++ b/cui/source/options/optgenrl.cxx @@ -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 |