]> git.lyx.org Git - lyx.git/blobdiff - src/CutAndPaste.h
Fix text direction issue for InsetInfo in RTL context
[lyx.git] / src / CutAndPaste.h
index 66df6b590406973bdbbe52bf40406651566cbb42..a67d1b5a591a5e1ce1b659a5ee12c0378951ce0c 100644 (file)
@@ -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);
 /**