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)


Reply via email to