From: Georg Baum Date: Thu, 22 Feb 2007 08:18:59 +0000 (+0000) Subject: make Lars happy X-Git-Tag: 1.6.10~10719 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=e73b61f0d38f4f87f7b22abfacc272d876035905;p=features.git make Lars happy git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@17298 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/CutAndPaste.C b/src/CutAndPaste.C index cf09f40b7f..977517ab59 100644 --- a/src/CutAndPaste.C +++ b/src/CutAndPaste.C @@ -652,7 +652,7 @@ void copySelection(LCursor & cur, docstring const & plaintext) void saveSelection(LCursor & cur) { if (lyxerr.debugging(Debug::ACTION)) - lyxerr << "cap::saveSelection: `" + lyxerr << BOOST_CURRENT_FUNCTION << ": `" << to_utf8(cur.selectionAsString(true)) << "'." << endl;