[Libreoffice-commits] core.git: cui/source
Stephan Bergmann
sbergman at redhat.com
Thu Sep 26 12:24:33 PDT 2013
cui/source/options/optaboutconfig.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit ff0bd9ff42bd6fe6ab7f8667c256c952aa261809
Author: Stephan Bergmann <sbergman at redhat.com>
Date: Thu Sep 26 21:24:05 2013 +0200
Fix 32-bit builds
Change-Id: I78cdd43e02a891fac7240105a9457df105fb849f
diff --git a/cui/source/options/optaboutconfig.cxx b/cui/source/options/optaboutconfig.cxx
index c5eed73..4cba4d7 100644
--- a/cui/source/options/optaboutconfig.cxx
+++ b/cui/source/options/optaboutconfig.cxx
@@ -407,7 +407,7 @@ std::vector< OUString > CuiAboutConfigTabPage::commaStringToSequence( const OUSt
{
std::vector<OUString> tempVector;
- int index = 0;
+ sal_Int32 index = 0;
do
{
OUString word = rCommaSepString.getToken(0, static_cast<sal_Unicode> (','), index);
More information about the Libreoffice-commits
mailing list