X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FCutAndPaste.h;h=a67d1b5a591a5e1ce1b659a5ee12c0378951ce0c;hb=bf2bf2eaedadf39a6398db624c8b6c52099ca31d;hp=66df6b590406973bdbbe52bf40406651566cbb42;hpb=02028c0b12ba94093e4e77494e7158a58f1631e5;p=lyx.git diff --git a/src/CutAndPaste.h b/src/CutAndPaste.h index 66df6b5904..a67d1b5a59 100644 --- a/src/CutAndPaste.h +++ b/src/CutAndPaste.h @@ -59,12 +59,14 @@ void replaceSelection(Cursor & cur); * system clipboard. Set this to false to only delete the * selection. */ -void cutSelection(Cursor & cur, bool doclear = true, bool realcut = true); +void cutSelection(Cursor & cur, bool realcut = true); /// Like cutSelection, but only put to temporary cut buffer -void cutSelectionToTemp(Cursor & cur, bool doclear = true, bool realcut = true); +void cutSelectionToTemp(Cursor & cur, bool realcut = true); /// Push the current selection to the cut buffer and the system clipboard. void copySelection(Cursor const & cur); +/// Like copySelection, but only put to temporary cut buffer +void copySelectionToTemp(Cursor & cur); /// void copyInset(Cursor const & cur, Inset * inset, docstring const & plaintext); /**