Kaydet (Commit) 48437052 authored tarafından Caolán McNamara's avatar Caolán McNamara

fix collision

Change-Id: I73371e19877a8b192b188c1c6367ba0d391530df
üst 043c1886
......@@ -58,7 +58,7 @@ using namespace com::sun::star::linguistic2;
using namespace linguistic;
// XML-header of SPELLML queries
#if defined SPELL_XML
#if !defined SPELL_XML
#define SPELL_XML "<?xml?>"
#endif
......@@ -277,10 +277,6 @@ sal_Bool SAL_CALL SpellChecker::hasLocale(const Locale& rLocale)
return bRes;
}
#ifndef MAXWORDLEN
# define MAXWORDLEN 176
#endif
sal_Int16 SpellChecker::GetSpellFailure(const OUString &rWord, const Locale &rLocale)
{
if (rWord.getLength() > MAXWORDLEN)
......
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