X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FCutAndPaste.h;h=a4e975b8a1483823c44ad6479f82fa5c4312661a;hb=7c63b4f2603f2bccb00a9266fed08a14dcc0fb9c;hp=fb6ba8f5760abca6538313129f8b730b25cdcafd;hpb=4d63bd347b9535ee095b032d292838100106d49d;p=lyx.git diff --git a/src/CutAndPaste.h b/src/CutAndPaste.h index fb6ba8f576..a4e975b8a1 100644 --- a/src/CutAndPaste.h +++ b/src/CutAndPaste.h @@ -4,8 +4,8 @@ * This file is part of LyX, the document processor. * Licence details can be found in the file COPYING. * - * \author Jürgen Vigna - * \author Lars Gullik Bjønnes + * \author Jürgen Vigna + * \author Lars Gullik Bjønnes * \author Alfredo Braunstein * * Full author contact details are available in file CREDITS. @@ -64,6 +64,8 @@ void replaceSelection(Cursor & cur); void cutSelection(Cursor & cur, bool doclear = true, bool realcut = true); /// Push the current selection to the cut buffer and the system clipboard. void copySelection(Cursor const & cur); +/// +void copyInset(Cursor const & cur, Inset * inset, docstring const & plaintext); /** * Push the current selection to the cut buffer and the system clipboard. * \param plaintext plain text version of the selection for the system