Am Sonntag, 29. Oktober 2006 18:48 schrieb Abdelrazak Younes: > Here's what remains: > > Find all "text() == this", Match case, Whole word, Subfolders, Find > Results 1, "lyx-trunk", > "*.c;*.cpp;*.cxx;*.cc;*.tli;*.tlh;*.h;*.hpp;*.hxx;*.hh" > src\text2.C(1001): if (cur.top().text() == this) > src\text2.C(1230): BOOST_ASSERT(old.text() == this); > src\text3.C(308): BOOST_ASSERT(cur.text() == this); > src\text3.C(1506): BOOST_ASSERT(cur.text() == this); > > Only the first case is important but DocIterator::top() is not about the > top-level LyXText apparently, is it?
No, it is not. > If no then everything is fine. Yes. I searched myself in the meantime (also for !=, because that was also used), and found nothing relevant. Georg