X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Flyxtext.h;h=9a03033cf96d49ff0d23729887ad2876e2942a6f;hb=2b378ca3fdbd701b0d5e350e1c6b22155c07a2dc;hp=34de73838076aec414968608bdf4e9f946e54c24;hpb=61f7ebd4a9a211a301364addfc69f09db347eb12;p=lyx.git diff --git a/src/lyxtext.h b/src/lyxtext.h index 34de738380..9a03033cf9 100644 --- a/src/lyxtext.h +++ b/src/lyxtext.h @@ -387,11 +387,11 @@ private: /// set 'number' font property void number(LCursor & cur); - /// paste string at current cursor. + /// paste plain text at current cursor. /// \param str string to paste - /// \param argument method for parsing ("paragraph" is special) + /// \param asParagraphs whether to paste as paragraphs or as lines void pasteString(LCursor & cur, docstring const & str, - docstring const & argument); + bool asParagraphs); }; } // namespace lyx