You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by hd...@apache.org on 2013/05/08 20:22:03 UTC

svn commit: r1480388 - /openoffice/branches/rejuvenate01/main/lingucomponent/source/spellcheck/macosxspell/macspellimp.cxx

Author: hdu
Date: Wed May  8 18:22:03 2013
New Revision: 1480388

URL: http://svn.apache.org/r1480388
Log:
#i122195# add 64bit support for the MacSpellCheck

Modified:
    openoffice/branches/rejuvenate01/main/lingucomponent/source/spellcheck/macosxspell/macspellimp.cxx

Modified: openoffice/branches/rejuvenate01/main/lingucomponent/source/spellcheck/macosxspell/macspellimp.cxx
URL: http://svn.apache.org/viewvc/openoffice/branches/rejuvenate01/main/lingucomponent/source/spellcheck/macosxspell/macspellimp.cxx?rev=1480388&r1=1480387&r2=1480388&view=diff
==============================================================================
--- openoffice/branches/rejuvenate01/main/lingucomponent/source/spellcheck/macosxspell/macspellimp.cxx (original)
+++ openoffice/branches/rejuvenate01/main/lingucomponent/source/spellcheck/macosxspell/macspellimp.cxx Wed May  8 18:22:03 2013
@@ -266,7 +266,7 @@ sal_Int16 MacSpellChecker::GetSpellFailu
             aLang = [aLang  stringByAppendingString:aTaggedCountry];
         }
 
-        int aCount;
+        NSInteger aCount;
         NSRange range = [macSpell checkSpellingOfString:aNSStr startingAt:0 language:aLang wrap:sal_False inSpellDocumentWithTag:macTag wordCount:&aCount];
 		int rVal = 0;
 		if(range.length>0)