Kaydet (Commit) ff0bd9ff authored tarafından Stephan Bergmann's avatar Stephan Bergmann

Fix 32-bit builds

Change-Id: I78cdd43e02a891fac7240105a9457df105fb849f
üst 703e9f90
......@@ -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);
......
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