]> 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 d1d48d01d15a1133d405a84d000f02655fb562e6..a67d1b5a591a5e1ce1b659a5ee12c0378951ce0c 100644 (file)
@@ -59,9 +59,9 @@ 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);