]> git.lyx.org Git - lyx.git/blobdiff - src/CutAndPaste.h
make index label translatable
[lyx.git] / src / CutAndPaste.h
index e3fccedb76bc7fef0a3037d09bc1e8de319f06aa..1b7890d8426c7305ea74669fbd58bd4b1a52f62f 100644 (file)
@@ -76,6 +76,8 @@ void saveSelection(Cursor & cur);
 bool selection();
 /// Clear our selection buffer
 void clearSelection();
+/// Clear our cut stack.
+void clearCutStack();
 /// Paste the current selection at \p cur
 /// Does handle undo. Does only work in text, not mathed.
 void pasteSelection(Cursor & cur, ErrorList &);