prepare lyxerr for using

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@16952 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Peter Kümmel 2007-01-30 20:11:05 +00:00
parent 121c42dec7
commit 056550b311

View File

@ -169,7 +169,7 @@ bool textUndoOrRedo(BufferView & bv,
// We stored the full cell here as there is not much to be
// gained by storing just 'a few' paragraphs (most if not
// all math inset cells have just one paragraph!)
//lyxerr << "undo.array=" << undo.array <<endl;
// lyxerr << "undo.array=" << to_ascii(undo.array) <<endl;
asArray(undo.array, dit.cell());
} else {
// Some finer machinery is needed here.