]> git.lyx.org Git - lyx.git/blobdiff - src/CutAndPaste.h
* src/frontends/qt4/QTocDialog.C (updateGui):
[lyx.git] / src / CutAndPaste.h
index 6d9aa935f389f5c8b8cc8e5c6fe790be18bc139d..2baaeb2ae8c88a6fef2423ccafaab52a1e05d3f1 100644 (file)
@@ -62,6 +62,8 @@ void replaceSelection(LCursor & cur);
 void cutSelection(LCursor & cur, bool doclear = true, bool realcut = true);
 /// Push the current selection to the cut buffer and the system clipboard.
 void copySelection(LCursor & cur);
+/// Push the current selection to the cut buffer.
+void copySelectionToStack(LCursor & cur);
 /// Paste the sel_index-th element of the cut buffer.
 /// Does handle undo. Does only work in text, not mathed.
 void pasteSelection(LCursor & cur, ErrorList &, size_t sel_index = 0);