Jean-Marc Lasgouttes wrote: > 1/ make textInset return an InsetText object; Assert on inTexted()
Then I have to convert it back to InsetBase in undo.C to pass it to setInsetOwner. How can I do this? > 2/ the loop in undo.C should use normal iterators instead of > const_iterators, so that the const_cast is not needed. OK. Jürgen