]> git.lyx.org Git - features.git/blobdiff - src/CutAndPaste.h
Unify naming of menu items
[features.git] / src / CutAndPaste.h
index a67d1b5a591a5e1ce1b659a5ee12c0378951ce0c..fcbac19a8982f00ff7f156cdd3ab75af2d8e7763 100644 (file)
@@ -16,7 +16,9 @@
 
 #include "DocumentClassPtr.h"
 
-#include "support/docstring.h"
+#include "support/strfwd.h"
+
+#include "insets/Inset.h"
 
 #include "frontends/Clipboard.h"
 
 
 namespace lyx {
 
-class DocumentClass;
 class ErrorList;
 class InsetText;
 class Cursor;
+class CursorData;
+class CursorSlice;
 class ParagraphList;
 
 namespace cap {
@@ -66,7 +69,7 @@ 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 copySelectionToTemp(Cursor const & cur);
 ///
 void copyInset(Cursor const & cur, Inset * inset, docstring const & plaintext);
 /**