From 6beb0d37b03253be3aa42189b9995b512d9d8f72 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Thu, 27 Sep 2012 09:19:10 +0300 Subject: 64-bit fix Change-Id: Ifa5b084da7f59f6e123bf49b49bf68725741e0ef --- lingucomponent/source/spellcheck/macosxspell/macspellimp.mm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lingucomponent') diff --git a/lingucomponent/source/spellcheck/macosxspell/macspellimp.mm b/lingucomponent/source/spellcheck/macosxspell/macspellimp.mm index 5baf4d411cea..c094195b589c 100644 --- a/lingucomponent/source/spellcheck/macosxspell/macspellimp.mm +++ b/lingucomponent/source/spellcheck/macosxspell/macspellimp.mm @@ -269,7 +269,7 @@ sal_Int16 MacSpellChecker::GetSpellFailure( const OUString &rWord, const Locale 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) -- cgit