On 24-Sep-2001 Angus Leeming wrote:

> InsetERT::selectNextWordToSpellcheck now returns string().

Well does it unlock itself? The function should look like:

string const InsetERT::selectNextWordToSpellcheck(BufferView * bv, float &) const
{
        bv->unlockInset(const_cast<InsetERT *>(this));
        return string();
}

Does this help?

         Jürgen

--
-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._
Dr. Jürgen Vigna        E-Mail:  [EMAIL PROTECTED]
Italienallee 13/N       Tel/Fax: +39-0471-450260 / +39-0471-450253
I-39100 Bozen           Web:     http://www.sad.it/~jug
-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._

Better living a beggar than buried an emperor.

Reply via email to