]> git.lyx.org Git - features.git/commitdiff
prepare lyxerr for using
authorPeter Kümmel <syntheticpp@gmx.net>
Tue, 30 Jan 2007 20:11:05 +0000 (20:11 +0000)
committerPeter Kümmel <syntheticpp@gmx.net>
Tue, 30 Jan 2007 20:11:05 +0000 (20:11 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@16952 a592a061-630c-0410-9148-cb99ea01b6c8

src/undo.C

index b60d0e11b95f8c3d3fddbbd00d643ad1c4d003c7..93d5ea5f63ff28e739d338dc52a7ebe0dc340a1c 100644 (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.