X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FCutAndPaste.h;h=a4e975b8a1483823c44ad6479f82fa5c4312661a;hb=70a24259f8e3eb75677178ef5e28ecbb51c2935b;hp=a46eeb12f4b7645ae605ee551ce5a0f72d16cc48;hpb=f1cba8ff64b369792fd49f5ddf90e8126ab476ac;p=lyx.git diff --git a/src/CutAndPaste.h b/src/CutAndPaste.h index a46eeb12f4..a4e975b8a1 100644 --- a/src/CutAndPaste.h +++ b/src/CutAndPaste.h @@ -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