Re: spelling check dialog
Paul Rohr (paul@abisource.com)
Wed, 29 Sep 1999 21:34:49 -0700
At 09:30 PM 9/29/99 -0700, I wrote:
>  UT_Bool	appendIgnore(const UT_UCSChar * pszWord);
>  
>  // "ignore all" list for spell check
>
>  UT_Bool	isIgnore(UT_UCSChar * pszWord) const;
>  UT_Bool	enumIgnores(UT_uint32 k, const UT_UCSChar * pszWord) const;
>  UT_Bool	clearIgnores(void);
Doh!  As mentioned in the previous note, those should be XML_Char instead.  
  UT_Bool	appendIgnore(const XML_Char * pszWord);
  
  // "ignore all" list for spell check
  UT_Bool	isIgnore(XML_Char * pszWord) const;
  UT_Bool	enumIgnores(UT_uint32 k, const XML_Char * pszWord) const;
  UT_Bool	clearIgnores(void);
Whoops.  :-)
Paul
This archive was generated by hypermail 1.03b2.