[Libreoffice-commits] .: cui/source
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Wed Aug 29 16:52:59 PDT 2012
cui/source/options/optgenrl.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 92f877ab098d2003581b73a5f0ec0f0038ef84cd
Author: Caolán McNamara <caolanm at redhat.com>
Date: Thu Aug 30 00:52:33 2012 +0100
ever-annoying int != sal_Int32 problem
Change-Id: I07497cf288004931d4212e92decd18fb8c685a78
diff --git a/cui/source/options/optgenrl.cxx b/cui/source/options/optgenrl.cxx
index 0284902..c82c45c 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
More information about the Libreoffice-commits
mailing list